Html Css Color HEX #237980 Atoll

📋 copy color: '#237980'

red 35 ◦ green 121 ◦ blue 128

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

Shades of Atoll #237980

Tints of Atoll #237980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.61%

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

R = 12.32%
G = 42.61%
B = 45.07%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#237980 (or 0x237980) is known color: Atoll. HEX triplet: 23, 79 and 80. RGB value is (35,121,128). Sum of RGB (Red+Green+Blue) = 35+121+128=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #237980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237980 is #DC867F. Grayscale: #5F5F5F. Windows color (decimal): -14452352 or 8419619. OLE color: 8419619.

HSL color Cylindrical-coordinate representation of color #237980: hue angle of 184.52º 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 #237980 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 121 128 -
CMYK 0.73 0.05 0 0.50
HSL 184.52º 0.57% 0.32% -
HSV(B) 184.52º 0.73% 0.5% -
XYZ 11.43 15.59 22.83 -
YUV 96.08 146.01 84.43 -
System Red Green Blue C M Y K H S L
Decimal 35 121 128 0.73 0.05 0 0.50 184.52 0.57 0.32
Hex 23 79 80 49 5 0 32 B9 39 20
Octal 43 171 200 111 5 0 62 271 71 40
Binary 100011 1111001 10000000 1001001 101 0 110010 10111001 111001 100000

Color Harmonies of #237980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237980

Black with #237980

Text Example


Text Example

White with #237980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237980; }

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

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

background-color css

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

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

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

border-color css

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

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

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