Html Css Color HEX #237076 Atoll

📋 copy color: '#237076'

red 35 ◦ green 112 ◦ blue 118

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

Shades of Atoll #237076

Tints of Atoll #237076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 13.21%
G = 42.26%
B = 44.53%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#237076 (or 0x237076) is known color: Atoll. HEX triplet: 23, 70 and 76. RGB value is (35,112,118). Sum of RGB (Red+Green+Blue) = 35+112+118=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #237076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237076 is #DC8F89. Grayscale: #595959. Windows color (decimal): -14454666 or 7761955. OLE color: 7761955.

HSL color Cylindrical-coordinate representation of color #237076: hue angle of 184.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237076 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 112 118 -
CMYK 0.70 0.05 0 0.54
HSL 184.34º 0.54% 0.3% -
HSV(B) 184.34º 0.7% 0.46% -
XYZ 9.76 13.25 19.18 -
YUV 89.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 35 112 118 0.70 0.05 0 0.54 184.34 0.54 0.3
Hex 23 70 76 46 5 0 36 B8 36 1E
Octal 43 160 166 106 5 0 66 270 66 36
Binary 100011 1110000 1110110 1000110 101 0 110110 10111000 110110 11110

Color Harmonies of #237076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237076

Black with #237076

Text Example


Text Example

White with #237076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237076; }

 p { color: rgb(35,112,118); }

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

background-color css

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

 a { background-color: rgb(35,112,118); }

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

border-color css

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

 span { border-color: rgb(35,112,118); }

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