Html Css Color HEX #237DAB Lochmara

📋 copy color: '#237DAB'

red 35 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #237DAB

Tints of Lochmara #237DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 10.57%
G = 37.76%
B = 51.66%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#237DAB (or 0x237DAB) is known color: Lochmara. HEX triplet: 23, 7D and AB. RGB value is (35,125,171). Sum of RGB (Red+Green+Blue) = 35+125+171=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #237DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237DAB is #DC8254. Grayscale: #676767. Windows color (decimal): -14451285 or 11238691. OLE color: 11238691.

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

Color convert

RGB 35 125 171 -
CMYK 0.80 0.27 0 0.33
HSL 200.29º 0.66% 0.4% -
HSV(B) 200.29º 0.8% 0.67% -
XYZ 15.38 17.96 41.19 -
YUV 103.33 166.18 79.26 -
System Red Green Blue C M Y K H S L
Decimal 35 125 171 0.80 0.27 0 0.33 200.29 0.66 0.4
Hex 23 7D AB 50 1B 0 21 C8 42 28
Octal 43 175 253 120 33 0 41 310 102 50
Binary 100011 1111101 10101011 1010000 11011 0 100001 11001000 1000010 101000

Color Harmonies of #237DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DAB

Black with #237DAB

Text Example


Text Example

White with #237DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,125,171); }

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

background-color css

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

 a { background-color: rgb(35,125,171); }

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

border-color css

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

 span { border-color: rgb(35,125,171); }

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