Html Css Color HEX #237378 Atoll

📋 copy color: '#237378'

red 35 ◦ green 115 ◦ blue 120

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

Shades of Atoll #237378

Tints of Atoll #237378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 12.96%
G = 42.59%
B = 44.44%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#237378 (or 0x237378) is known color: Atoll. HEX triplet: 23, 73 and 78. RGB value is (35,115,120). Sum of RGB (Red+Green+Blue) = 35+115+120=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #237378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237378 is #DC8C87. Grayscale: #5B5B5B. Windows color (decimal): -14453896 or 7893795. OLE color: 7893795.

HSL color Cylindrical-coordinate representation of color #237378: hue angle of 183.53º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237378 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 115 120 -
CMYK 0.71 0.04 0 0.53
HSL 183.53º 0.55% 0.3% -
HSV(B) 183.53º 0.71% 0.47% -
XYZ 10.21 13.97 19.93 -
YUV 91.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 35 115 120 0.71 0.04 0 0.53 183.53 0.55 0.3
Hex 23 73 78 47 4 0 35 B8 37 1E
Octal 43 163 170 107 4 0 65 270 67 36
Binary 100011 1110011 1111000 1000111 100 0 110101 10111000 110111 11110

Color Harmonies of #237378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237378

Black with #237378

Text Example


Text Example

White with #237378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237378; }

 p { color: rgb(35,115,120); }

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

background-color css

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

 a { background-color: rgb(35,115,120); }

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

border-color css

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

 span { border-color: rgb(35,115,120); }

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