Html Css Color HEX #237997 Lochmara

📋 copy color: '#237997'

red 35 ◦ green 121 ◦ blue 151

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

Shades of Lochmara #237997

Tints of Lochmara #237997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 151 (59.38% from 255) = 49.19%

R = 11.4%
G = 39.41%
B = 49.19%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#237997 (or 0x237997) is known color: Lochmara. HEX triplet: 23, 79 and 97. RGB value is (35,121,151). Sum of RGB (Red+Green+Blue) = 35+121+151=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #237997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237997 is #DC8668. Grayscale: #626262. Windows color (decimal): -14452329 or 9926947. OLE color: 9926947.

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

Color convert

RGB 35 121 151 -
CMYK 0.77 0.20 0 0.41
HSL 195.52º 0.62% 0.36% -
HSV(B) 195.52º 0.77% 0.59% -
XYZ 13.12 16.27 31.73 -
YUV 98.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 35 121 151 0.77 0.20 0 0.41 195.52 0.62 0.36
Hex 23 79 97 4D 14 0 29 C4 3E 24
Octal 43 171 227 115 24 0 51 304 76 44
Binary 100011 1111001 10010111 1001101 10100 0 101001 11000100 111110 100100

Color Harmonies of #237997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237997

Black with #237997

Text Example


Text Example

White with #237997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237997; }

 p { color: rgb(35,121,151); }

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

background-color css

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

 a { background-color: rgb(35,121,151); }

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

border-color css

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

 span { border-color: rgb(35,121,151); }

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