Html Css Color HEX #3377A4 Lochmara

📋 copy color: '#3377A4'

red 51 ◦ green 119 ◦ blue 164

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

Shades of Lochmara #3377A4

Tints of Lochmara #3377A4

RGB

 RED value IS 51 (20.31% from 255) = 15.27%

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 164 (64.45% from 255) = 49.1%

R = 15.27%
G = 35.63%
B = 49.1%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3377A4 (or 0x3377A4) is known color: Lochmara. HEX triplet: 33, 77 and A4. RGB value is (51,119,164). Sum of RGB (Red+Green+Blue) = 51+119+164=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #3377A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3377A4 is #CC885B. Grayscale: #676767. Windows color (decimal): -13404252 or 10778419. OLE color: 10778419.

HSL color Cylindrical-coordinate representation of color #3377A4: hue angle of 203.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3377A4 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 119 164 -
CMYK 0.69 0.27 0 0.36
HSL 203.89º 0.53% 0.42% -
HSV(B) 203.89º 0.69% 0.64% -
XYZ 14.66 16.58 37.55 -
YUV 103.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 51 119 164 0.69 0.27 0 0.36 203.89 0.53 0.42
Hex 33 77 A4 45 1B 0 24 CC 35 2A
Octal 63 167 244 105 33 0 44 314 65 52
Binary 110011 1110111 10100100 1000101 11011 0 100100 11001100 110101 101010

Color Harmonies of #3377A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377A4

Black with #3377A4

Text Example


Text Example

White with #3377A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3377A4; }

 p { color: rgb(51,119,164); }

 H1.HeaderClassName
 {
   color: #3377A4;
 }
 .AnyTagClassName
 {
   color: #3377A4;
 }
</style>

background-color css

<style>
 a { background-color: #3377A4; }

 a { background-color: rgb(51,119,164); }

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

border-color css

<style>
 span { border-color: #3377A4; }

 span { border-color: rgb(51,119,164); }

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