#238EB3

Color #238EB3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #238EB3

Tints of Pelorous #238EB3

Color information

#238EB3 (or 0x238EB3) is unknown color: approx Pelorous. HEX triplet: 23, 8E and B3. RGB value is (35,142,179). Sum of RGB (Red+Green+Blue) = 35+142+179=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #238EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EB3 is #DC714C. Grayscale: #717171. Windows color (decimal): -14446925 or 11767331. OLE color: 11767331.

HSL color Cylindrical-coordinate representation of color #238EB3: hue angle of 195.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238EB3 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB35142179-
CMYK0.800.2100.30
HSL195.42º67.29%41.96%-
HSV(B)195.42º80.45%70.2%-
XYZ18.522.9646.1-
YUV114.22164.5571.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.83%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 179 (70.31% from 255) = 50.28%
R=9.83%
G=39.89%
B=50.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal351421790.800.2100.30195.4267.2941.96
Hex238EB3501501Ec3432a
Octal432162631202503630310352
Binary1000111000111010110011101000010101011110110000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238EB3; }

 p { color: rgb(35,142,179); }

 H1.HeaderClassName
 {
   color: #238EB3;
 }
 .AnyTagClassName
 {
   color: #238EB3;
 }
</style>
background-color css

<style>
 a { background-color: #238EB3; }

 a { background-color: rgb(35,142,179); }

 div.DivClassName
 {
   background-color: #238EB3;
 }
 .BgClassName
 {
   background-color: #238EB3;
 }
</style>
border-color css

<style>
 span { border-color: #238EB3; }

 span { border-color: rgb(35,142,179); }

 td.TdClassName
 {
   border-color: #238EB3;
 }
 .TagClassName
 {
   border-color: #238EB3;
 }
</style>