Html Css Color HEX #237296 Lochmara

📋 copy color: '#237296'

red 35 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #237296

Tints of Lochmara #237296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 11.71%
G = 38.13%
B = 50.17%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#237296 (or 0x237296) is known color: Lochmara. HEX triplet: 23, 72 and 96. RGB value is (35,114,150). Sum of RGB (Red+Green+Blue) = 35+114+150=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #237296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237296 is #DC8D69. Grayscale: #5E5E5E. Windows color (decimal): -14454122 or 9859619. OLE color: 9859619.

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

Color convert

RGB 35 114 150 -
CMYK 0.77 0.24 0 0.41
HSL 198.78º 0.62% 0.36% -
HSV(B) 198.78º 0.77% 0.59% -
XYZ 12.22 14.59 31.03 -
YUV 94.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 35 114 150 0.77 0.24 0 0.41 198.78 0.62 0.36
Hex 23 72 96 4D 18 0 29 C7 3E 24
Octal 43 162 226 115 30 0 51 307 76 44
Binary 100011 1110010 10010110 1001101 11000 0 101001 11000111 111110 100100

Color Harmonies of #237296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237296

Black with #237296

Text Example


Text Example

White with #237296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237296; }

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

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

background-color css

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

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

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

border-color css

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

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

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