Html Css Color HEX #3377A5 Lochmara

📋 copy color: '#3377A5'

red 51 ◦ green 119 ◦ blue 165

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

Shades of Lochmara #3377A5

Tints of Lochmara #3377A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 15.22%
G = 35.52%
B = 49.25%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3377A5 (or 0x3377A5) is known color: Lochmara. HEX triplet: 33, 77 and A5. RGB value is (51,119,165). Sum of RGB (Red+Green+Blue) = 51+119+165=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #3377A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3377A5 is #CC885A. Grayscale: #676767. Windows color (decimal): -13404251 or 10843955. OLE color: 10843955.

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

Color convert

RGB 51 119 165 -
CMYK 0.69 0.28 0 0.35
HSL 204.21º 0.53% 0.42% -
HSV(B) 204.21º 0.69% 0.65% -
XYZ 14.75 16.61 38.03 -
YUV 103.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 51 119 165 0.69 0.28 0 0.35 204.21 0.53 0.42
Hex 33 77 A5 45 1C 0 23 CC 35 2A
Octal 63 167 245 105 34 0 43 314 65 52
Binary 110011 1110111 10100101 1000101 11100 0 100011 11001100 110101 101010

Color Harmonies of #3377A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377A5

Black with #3377A5

Text Example


Text Example

White with #3377A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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