Html Css Color HEX #236599 Lochmara

📋 copy color: '#236599'

red 35 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #236599

Tints of Lochmara #236599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 12.11%
G = 34.95%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#236599 (or 0x236599) is known color: Lochmara. HEX triplet: 23, 65 and 99. RGB value is (35,101,153). Sum of RGB (Red+Green+Blue) = 35+101+153=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #236599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236599 is #DC9A66. Grayscale: #565656. Windows color (decimal): -14457447 or 10052899. OLE color: 10052899.

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

Color convert

RGB 35 101 153 -
CMYK 0.77 0.34 0 0.4
HSL 206.44º 0.63% 0.37% -
HSV(B) 206.44º 0.77% 0.6% -
XYZ 11.1 11.96 31.86 -
YUV 87.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 35 101 153 0.77 0.34 0 0.4 206.44 0.63 0.37
Hex 23 65 99 4D 22 0 28 CE 3F 25
Octal 43 145 231 115 42 0 50 316 77 45
Binary 100011 1100101 10011001 1001101 100010 0 101000 11001110 111111 100101

Color Harmonies of #236599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236599

Black with #236599

Text Example


Text Example

White with #236599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236599; }

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

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

background-color css

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

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

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

border-color css

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

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

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