Html Css Color HEX #237699 Lochmara

📋 copy color: '#237699'

red 35 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #237699

Tints of Lochmara #237699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 11.44%
G = 38.56%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237699 (or 0x237699) is known color: Lochmara. HEX triplet: 23, 76 and 99. RGB value is (35,118,153). Sum of RGB (Red+Green+Blue) = 35+118+153=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #237699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237699 is #DC8966. Grayscale: #606060. Windows color (decimal): -14453095 or 10057251. OLE color: 10057251.

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

Color convert

RGB 35 118 153 -
CMYK 0.77 0.23 0 0.4
HSL 197.8º 0.63% 0.37% -
HSV(B) 197.8º 0.77% 0.6% -
XYZ 12.92 15.61 32.47 -
YUV 97.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 35 118 153 0.77 0.23 0 0.4 197.8 0.63 0.37
Hex 23 76 99 4D 17 0 28 C6 3F 25
Octal 43 166 231 115 27 0 50 306 77 45
Binary 100011 1110110 10011001 1001101 10111 0 101000 11000110 111111 100101

Color Harmonies of #237699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237699

Black with #237699

Text Example


Text Example

White with #237699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237699; }

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

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

background-color css

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

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

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

border-color css

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

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

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