Html Css Color HEX #237599 Lochmara

📋 copy color: '#237599'

red 35 ◦ green 117 ◦ blue 153

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

Shades of Lochmara #237599

Tints of Lochmara #237599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 11.48%
G = 38.36%
B = 50.16%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237599 (or 0x237599) is known color: Lochmara. HEX triplet: 23, 75 and 99. RGB value is (35,117,153). Sum of RGB (Red+Green+Blue) = 35+117+153=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #237599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237599 is #DC8A66. Grayscale: #606060. Windows color (decimal): -14453351 or 10056995. OLE color: 10056995.

HSL color Cylindrical-coordinate representation of color #237599: hue angle of 198.31º 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 #237599 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 117 153 -
CMYK 0.77 0.24 0 0.4
HSL 198.31º 0.63% 0.37% -
HSV(B) 198.31º 0.77% 0.6% -
XYZ 12.8 15.38 32.43 -
YUV 96.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 35 117 153 0.77 0.24 0 0.4 198.31 0.63 0.37
Hex 23 75 99 4D 18 0 28 C6 3F 25
Octal 43 165 231 115 30 0 50 306 77 45
Binary 100011 1110101 10011001 1001101 11000 0 101000 11000110 111111 100101

Color Harmonies of #237599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237599

Black with #237599

Text Example


Text Example

White with #237599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237599; }

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

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

background-color css

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

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

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

border-color css

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

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

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