Html Css Color HEX #237FAD Lochmara

📋 copy color: '#237FAD'

red 35 ◦ green 127 ◦ blue 173

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

Shades of Lochmara #237FAD

Tints of Lochmara #237FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 37.91%

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 10.45%
G = 37.91%
B = 51.64%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#237FAD (or 0x237FAD) is known color: Lochmara. HEX triplet: 23, 7F and AD. RGB value is (35,127,173). Sum of RGB (Red+Green+Blue) = 35+127+173=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #237FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FAD is #DC8052. Grayscale: #686868. Windows color (decimal): -14450771 or 11370275. OLE color: 11370275.

HSL color Cylindrical-coordinate representation of color #237FAD: hue angle of 200º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #237FAD is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 127 173 -
CMYK 0.80 0.27 0 0.32
HSL 200º 0.66% 0.41% -
HSV(B) 200º 0.8% 0.68% -
XYZ 15.83 18.55 42.28 -
YUV 104.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 35 127 173 0.80 0.27 0 0.32 200 0.66 0.41
Hex 23 7F AD 50 1B 0 20 C8 42 29
Octal 43 177 255 120 33 0 40 310 102 51
Binary 100011 1111111 10101101 1010000 11011 0 100000 11001000 1000010 101001

Color Harmonies of #237FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237FAD

Black with #237FAD

Text Example


Text Example

White with #237FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,127,173); }

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

background-color css

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

 a { background-color: rgb(35,127,173); }

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

border-color css

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

 span { border-color: rgb(35,127,173); }

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