Html Css Color HEX #237999 Lochmara

📋 copy color: '#237999'

red 35 ◦ green 121 ◦ blue 153

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

Shades of Lochmara #237999

Tints of Lochmara #237999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 11.33%
G = 39.16%
B = 49.51%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237999 (or 0x237999) is known color: Lochmara. HEX triplet: 23, 79 and 99. RGB value is (35,121,153). Sum of RGB (Red+Green+Blue) = 35+121+153=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #237999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237999 is #DC8666. Grayscale: #626262. Windows color (decimal): -14452327 or 10058019. OLE color: 10058019.

HSL color Cylindrical-coordinate representation of color #237999: hue angle of 196.27º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237999 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 121 153 -
CMYK 0.77 0.21 0 0.4
HSL 196.27º 0.63% 0.37% -
HSV(B) 196.27º 0.77% 0.6% -
XYZ 13.28 16.33 32.59 -
YUV 98.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 35 121 153 0.77 0.21 0 0.4 196.27 0.63 0.37
Hex 23 79 99 4D 15 0 28 C4 3F 25
Octal 43 171 231 115 25 0 50 304 77 45
Binary 100011 1111001 10011001 1001101 10101 0 101000 11000100 111111 100101

Color Harmonies of #237999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237999

Black with #237999

Text Example


Text Example

White with #237999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237999; }

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

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

background-color css

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

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

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

border-color css

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

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

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