#238ec6

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

Shades of Pelorous #238EC6

Tints of Pelorous #238EC6

Color information

#238EC6 (or 0x238EC6) is unknown color: approx Pelorous. HEX triplet: 23, 8E and C6. RGB value is (35,142,198). Sum of RGB (Red+Green+Blue) = 35+142+198=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #238EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC6 is #DC7139. Grayscale: #747474. Windows color (decimal): -14446906 or 13012515. OLE color: 13012515.

HSL color Cylindrical-coordinate representation of color #238EC6: hue angle of 200.61º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238EC6 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35142198-
CMYK0.820.2800.22
HSL200.61º69.96%45.69%-
HSV(B)200.61º82.32%77.65%-
XYZ20.5623.7856.93-
YUV116.39174.0569.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.33%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=9.33%
G=37.87%
B=52.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351421980.820.2800.22200.6169.9645.69
Hex238EC6521C016c9462e
Octal432163061223402631110656
Binary1000111000111011000110101001011100010110110010011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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