Html Css Color HEX #3370B4 Lochmara

📋 copy color: '#3370B4'

red 51 ◦ green 112 ◦ blue 180

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

Shades of Lochmara #3370B4

Tints of Lochmara #3370B4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 180 (70.7% from 255) = 52.48%

R = 14.87%
G = 32.65%
B = 52.48%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3370B4 (or 0x3370B4) is known color: Lochmara. HEX triplet: 33, 70 and B4. RGB value is (51,112,180). Sum of RGB (Red+Green+Blue) = 51+112+180=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #3370B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370B4 is #CC8F4B. Grayscale: #656565. Windows color (decimal): -13406028 or 11825203. OLE color: 11825203.

HSL color Cylindrical-coordinate representation of color #3370B4: hue angle of 211.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3370B4 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 112 180 -
CMYK 0.72 0.38 0 0.29
HSL 211.63º 0.56% 0.45% -
HSV(B) 211.63º 0.72% 0.71% -
XYZ 15.4 15.59 45.38 -
YUV 101.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 51 112 180 0.72 0.38 0 0.29 211.63 0.56 0.45
Hex 33 70 B4 48 26 0 1D D4 38 2D
Octal 63 160 264 110 46 0 35 324 70 55
Binary 110011 1110000 10110100 1001000 100110 0 11101 11010100 111000 101101

Color Harmonies of #3370B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370B4

Black with #3370B4

Text Example


Text Example

White with #3370B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3370B4; }

 p { color: rgb(51,112,180); }

 H1.HeaderClassName
 {
   color: #3370B4;
 }
 .AnyTagClassName
 {
   color: #3370B4;
 }
</style>

background-color css

<style>
 a { background-color: #3370B4; }

 a { background-color: rgb(51,112,180); }

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

border-color css

<style>
 span { border-color: #3370B4; }

 span { border-color: rgb(51,112,180); }

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