Html Css Color HEX #237A99 Lochmara

📋 copy color: '#237A99'

red 35 ◦ green 122 ◦ blue 153

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

Shades of Lochmara #237A99

Tints of Lochmara #237A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 11.29%
G = 39.35%
B = 49.35%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237A99 (or 0x237A99) is known color: Lochmara. HEX triplet: 23, 7A and 99. RGB value is (35,122,153). Sum of RGB (Red+Green+Blue) = 35+122+153=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #237A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237A99 is #DC8566. Grayscale: #636363. Windows color (decimal): -14452071 or 10058275. OLE color: 10058275.

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

Color convert

RGB 35 122 153 -
CMYK 0.77 0.20 0 0.4
HSL 195.76º 0.63% 0.37% -
HSV(B) 195.76º 0.77% 0.6% -
XYZ 13.4 16.58 32.63 -
YUV 99.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 35 122 153 0.77 0.20 0 0.4 195.76 0.63 0.37
Hex 23 7A 99 4D 14 0 28 C4 3F 25
Octal 43 172 231 115 24 0 50 304 77 45
Binary 100011 1111010 10011001 1001101 10100 0 101000 11000100 111111 100101

Color Harmonies of #237A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237A99

Black with #237A99

Text Example


Text Example

White with #237A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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