Html Css Color HEX #2376AC Lochmara

📋 copy color: '#2376AC'

red 35 ◦ green 118 ◦ blue 172

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

Shades of Lochmara #2376AC

Tints of Lochmara #2376AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 10.77%
G = 36.31%
B = 52.92%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2376AC (or 0x2376AC) is known color: Lochmara. HEX triplet: 23, 76 and AC. RGB value is (35,118,172). Sum of RGB (Red+Green+Blue) = 35+118+172=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #2376AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2376AC is #DC8953. Grayscale: #636363. Windows color (decimal): -14453076 or 11302435. OLE color: 11302435.

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

Color convert

RGB 35 118 172 -
CMYK 0.80 0.31 0 0.33
HSL 203.65º 0.66% 0.41% -
HSV(B) 203.65º 0.8% 0.67% -
XYZ 14.62 16.29 41.4 -
YUV 99.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 35 118 172 0.80 0.31 0 0.33 203.65 0.66 0.41
Hex 23 76 AC 50 1F 0 21 CC 42 29
Octal 43 166 254 120 37 0 41 314 102 51
Binary 100011 1110110 10101100 1010000 11111 0 100001 11001100 1000010 101001

Color Harmonies of #2376AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2376AC

Black with #2376AC

Text Example


Text Example

White with #2376AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2376AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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