Html Css Color HEX #3375AB Lochmara

📋 copy color: '#3375AB'

red 51 ◦ green 117 ◦ blue 171

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

Shades of Lochmara #3375AB

Tints of Lochmara #3375AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 15.04%
G = 34.51%
B = 50.44%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3375AB (or 0x3375AB) is known color: Lochmara. HEX triplet: 33, 75 and AB. RGB value is (51,117,171). Sum of RGB (Red+Green+Blue) = 51+117+171=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3375AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3375AB is #CC8A54. Grayscale: #676767. Windows color (decimal): -13404757 or 11236659. OLE color: 11236659.

HSL color Cylindrical-coordinate representation of color #3375AB: hue angle of 207º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3375AB is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 117 171 -
CMYK 0.70 0.32 0 0.33
HSL 207º 0.54% 0.44% -
HSV(B) 207º 0.7% 0.67% -
XYZ 15.08 16.37 40.89 -
YUV 103.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 51 117 171 0.70 0.32 0 0.33 207 0.54 0.44
Hex 33 75 AB 46 20 0 21 CF 36 2C
Octal 63 165 253 106 40 0 41 317 66 54
Binary 110011 1110101 10101011 1000110 100000 0 100001 11001111 110110 101100

Color Harmonies of #3375AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375AB

Black with #3375AB

Text Example


Text Example

White with #3375AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,117,171); }

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

background-color css

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

 a { background-color: rgb(51,117,171); }

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

border-color css

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

 span { border-color: rgb(51,117,171); }

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