Html Css Color HEX #237799 Lochmara

📋 copy color: '#237799'

red 35 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #237799

Tints of Lochmara #237799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 11.4%
G = 38.76%
B = 49.84%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237799 (or 0x237799) is known color: Lochmara. HEX triplet: 23, 77 and 99. RGB value is (35,119,153). Sum of RGB (Red+Green+Blue) = 35+119+153=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #237799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237799 is #DC8866. Grayscale: #616161. Windows color (decimal): -14452839 or 10057507. OLE color: 10057507.

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

Color convert

RGB 35 119 153 -
CMYK 0.77 0.22 0 0.4
HSL 197.29º 0.63% 0.37% -
HSV(B) 197.29º 0.77% 0.6% -
XYZ 13.04 15.85 32.51 -
YUV 97.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 35 119 153 0.77 0.22 0 0.4 197.29 0.63 0.37
Hex 23 77 99 4D 16 0 28 C5 3F 25
Octal 43 167 231 115 26 0 50 305 77 45
Binary 100011 1110111 10011001 1001101 10110 0 101000 11000101 111111 100101

Color Harmonies of #237799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237799

Black with #237799

Text Example


Text Example

White with #237799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237799; }

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

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

background-color css

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

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

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

border-color css

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

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

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