#238DC6

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

Shades of Pelorous #238DC6

Tints of Pelorous #238DC6

Color information

#238DC6 (or 0x238DC6) is unknown color: approx Pelorous. HEX triplet: 23, 8D and C6. RGB value is (35,141,198). Sum of RGB (Red+Green+Blue) = 35+141+198=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #238DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DC6 is #DC7239. Grayscale: #737373. Windows color (decimal): -14447162 or 13012259. OLE color: 13012259.

HSL color Cylindrical-coordinate representation of color #238DC6: hue angle of 200.98º 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 #238DC6 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35141198-
CMYK0.820.2900.22
HSL200.98º69.96%45.69%-
HSV(B)200.98º82.32%77.65%-
XYZ20.4123.4856.88-
YUV115.8174.3870.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.36%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=9.36%
G=37.70%
B=52.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351411980.820.2900.22200.9869.9645.69
Hex238DC6521D016c9462e
Octal432153061223502631110656
Binary1000111000110111000110101001011101010110110010011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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