Html Css Color HEX #2378AB Lochmara

📋 copy color: '#2378AB'

red 35 ◦ green 120 ◦ blue 171

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

Shades of Lochmara #2378AB

Tints of Lochmara #2378AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 10.74%
G = 36.81%
B = 52.45%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2378AB (or 0x2378AB) is known color: Lochmara. HEX triplet: 23, 78 and AB. RGB value is (35,120,171). Sum of RGB (Red+Green+Blue) = 35+120+171=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #2378AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2378AB is #DC8754. Grayscale: #646464. Windows color (decimal): -14452565 or 11237411. OLE color: 11237411.

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

Color convert

RGB 35 120 171 -
CMYK 0.80 0.30 0 0.33
HSL 202.5º 0.66% 0.4% -
HSV(B) 202.5º 0.8% 0.67% -
XYZ 14.76 16.73 40.98 -
YUV 100.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 35 120 171 0.80 0.30 0 0.33 202.5 0.66 0.4
Hex 23 78 AB 50 1E 0 21 CA 42 28
Octal 43 170 253 120 36 0 41 312 102 50
Binary 100011 1111000 10101011 1010000 11110 0 100001 11001010 1000010 101000

Color Harmonies of #2378AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2378AB

Black with #2378AB

Text Example


Text Example

White with #2378AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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