Html Css Color HEX #237580 Atoll

📋 copy color: '#237580'

red 35 ◦ green 117 ◦ blue 128

#237580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #237580

Tints of Atoll #237580

RGB

 RED value IS 35 (14.06% from 255) = 12.5%

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 12.5%
G = 41.79%
B = 45.71%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#237580 (or 0x237580) is known color: Atoll. HEX triplet: 23, 75 and 80. RGB value is (35,117,128). Sum of RGB (Red+Green+Blue) = 35+117+128=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #237580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237580 is #DC8A7F. Grayscale: #5D5D5D. Windows color (decimal): -14453376 or 8418595. OLE color: 8418595.

HSL color Cylindrical-coordinate representation of color #237580: hue angle of 187.1º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #237580 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 117 128 -
CMYK 0.73 0.09 0 0.50
HSL 187.1º 0.57% 0.32% -
HSV(B) 187.1º 0.73% 0.5% -
XYZ 10.95 14.64 22.67 -
YUV 93.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 35 117 128 0.73 0.09 0 0.50 187.1 0.57 0.32
Hex 23 75 80 49 9 0 32 BB 39 20
Octal 43 165 200 111 11 0 62 273 71 40
Binary 100011 1110101 10000000 1001001 1001 0 110010 10111011 111001 100000

Color Harmonies of #237580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237580

Black with #237580

Text Example


Text Example

White with #237580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237580; }

 p { color: rgb(35,117,128); }

 H1.HeaderClassName
 {
   color: #237580;
 }
 .AnyTagClassName
 {
   color: #237580;
 }
</style>

background-color css

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

 a { background-color: rgb(35,117,128); }

 div.DivClassName
 {
   background-color: #237580;
 }
 .BgClassName
 {
   background-color: #237580;
 }
</style>

border-color css

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

 span { border-color: rgb(35,117,128); }

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