Html Css Color HEX #2379AB Lochmara

📋 copy color: '#2379AB'

red 35 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #2379AB

Tints of Lochmara #2379AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 10.7%
G = 37%
B = 52.29%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2379AB (or 0x2379AB) is known color: Lochmara. HEX triplet: 23, 79 and AB. RGB value is (35,121,171). Sum of RGB (Red+Green+Blue) = 35+121+171=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #2379AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2379AB is #DC8654. Grayscale: #646464. Windows color (decimal): -14452309 or 11237667. OLE color: 11237667.

HSL color Cylindrical-coordinate representation of color #2379AB: hue angle of 202.06º 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 #2379AB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 121 171 -
CMYK 0.80 0.29 0 0.33
HSL 202.06º 0.66% 0.4% -
HSV(B) 202.06º 0.8% 0.67% -
XYZ 14.88 16.97 41.02 -
YUV 100.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 35 121 171 0.80 0.29 0 0.33 202.06 0.66 0.4
Hex 23 79 AB 50 1D 0 21 CA 42 28
Octal 43 171 253 120 35 0 41 312 102 50
Binary 100011 1111001 10101011 1010000 11101 0 100001 11001010 1000010 101000

Color Harmonies of #2379AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2379AB

Black with #2379AB

Text Example


Text Example

White with #2379AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2379AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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