Html Css Color HEX #237C84 Atoll

📋 copy color: '#237C84'

red 35 ◦ green 124 ◦ blue 132

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

Shades of Atoll #237C84

Tints of Atoll #237C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.61%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 12.03%
G = 42.61%
B = 45.36%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#237C84 (or 0x237C84) is known color: Atoll. HEX triplet: 23, 7C and 84. RGB value is (35,124,132). Sum of RGB (Red+Green+Blue) = 35+124+132=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #237C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C84 is #DC837B. Grayscale: #626262. Windows color (decimal): -14451580 or 8682531. OLE color: 8682531.

HSL color Cylindrical-coordinate representation of color #237C84: hue angle of 184.95º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #237C84 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 124 132 -
CMYK 0.73 0.06 0 0.48
HSL 184.95º 0.58% 0.33% -
HSV(B) 184.95º 0.73% 0.52% -
XYZ 12.07 16.44 24.37 -
YUV 98.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 35 124 132 0.73 0.06 0 0.48 184.95 0.58 0.33
Hex 23 7C 84 49 6 0 30 B9 3A 21
Octal 43 174 204 111 6 0 60 271 72 41
Binary 100011 1111100 10000100 1001001 110 0 110000 10111001 111010 100001

Color Harmonies of #237C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C84

Black with #237C84

Text Example


Text Example

White with #237C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237C84; }

 p { color: rgb(35,124,132); }

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

background-color css

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

 a { background-color: rgb(35,124,132); }

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

border-color css

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

 span { border-color: rgb(35,124,132); }

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