Html Css Color HEX #237595 Lochmara

📋 copy color: '#237595'

red 35 ◦ green 117 ◦ blue 149

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

Shades of Lochmara #237595

Tints of Lochmara #237595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 11.63%
G = 38.87%
B = 49.5%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237595 (or 0x237595) is known color: Lochmara. HEX triplet: 23, 75 and 95. RGB value is (35,117,149). Sum of RGB (Red+Green+Blue) = 35+117+149=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #237595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237595 is #DC8A6A. Grayscale: #5F5F5F. Windows color (decimal): -14453355 or 9794851. OLE color: 9794851.

HSL color Cylindrical-coordinate representation of color #237595: hue angle of 196.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237595 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 117 149 -
CMYK 0.77 0.21 0 0.42
HSL 196.84º 0.62% 0.36% -
HSV(B) 196.84º 0.77% 0.58% -
XYZ 12.48 15.25 30.72 -
YUV 96.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 35 117 149 0.77 0.21 0 0.42 196.84 0.62 0.36
Hex 23 75 95 4D 15 0 2A C5 3E 24
Octal 43 165 225 115 25 0 52 305 76 44
Binary 100011 1110101 10010101 1001101 10101 0 101010 11000101 111110 100100

Color Harmonies of #237595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237595

Black with #237595

Text Example


Text Example

White with #237595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237595; }

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

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

background-color css

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

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

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

border-color css

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

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

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