Html Css Color HEX #236F99 Lochmara

📋 copy color: '#236F99'

red 35 ◦ green 111 ◦ blue 153

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

Shades of Lochmara #236F99

Tints of Lochmara #236F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

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

R = 11.71%
G = 37.12%
B = 51.17%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#236F99 (or 0x236F99) is known color: Lochmara. HEX triplet: 23, 6F and 99. RGB value is (35,111,153). Sum of RGB (Red+Green+Blue) = 35+111+153=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #236F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236F99 is #DC9066. Grayscale: #5C5C5C. Windows color (decimal): -14454887 or 10055459. OLE color: 10055459.

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

Color convert

RGB 35 111 153 -
CMYK 0.77 0.27 0 0.4
HSL 201.36º 0.63% 0.37% -
HSV(B) 201.36º 0.77% 0.6% -
XYZ 12.13 14.03 32.21 -
YUV 93.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 35 111 153 0.77 0.27 0 0.4 201.36 0.63 0.37
Hex 23 6F 99 4D 1B 0 28 C9 3F 25
Octal 43 157 231 115 33 0 50 311 77 45
Binary 100011 1101111 10011001 1001101 11011 0 101000 11001001 111111 100101

Color Harmonies of #236F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236F99

Black with #236F99

Text Example


Text Example

White with #236F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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