Html Css Color HEX #237299 Lochmara

📋 copy color: '#237299'

red 35 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #237299

Tints of Lochmara #237299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 11.59%
G = 37.75%
B = 50.66%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237299 (or 0x237299) is known color: Lochmara. HEX triplet: 23, 72 and 99. RGB value is (35,114,153). Sum of RGB (Red+Green+Blue) = 35+114+153=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #237299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237299 is #DC8D66. Grayscale: #5E5E5E. Windows color (decimal): -14454119 or 10056227. OLE color: 10056227.

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

Color convert

RGB 35 114 153 -
CMYK 0.77 0.25 0 0.4
HSL 199.83º 0.63% 0.37% -
HSV(B) 199.83º 0.77% 0.6% -
XYZ 12.46 14.69 32.32 -
YUV 94.83 160.83 85.33 -
System Red Green Blue C M Y K H S L
Decimal 35 114 153 0.77 0.25 0 0.4 199.83 0.63 0.37
Hex 23 72 99 4D 19 0 28 C8 3F 25
Octal 43 162 231 115 31 0 50 310 77 45
Binary 100011 1110010 10011001 1001101 11001 0 101000 11001000 111111 100101

Color Harmonies of #237299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237299

Black with #237299

Text Example


Text Example

White with #237299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237299; }

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

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

background-color css

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

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

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

border-color css

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

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

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