Html Css Color HEX #3670B3 Lochmara

📋 copy color: '#3670B3'

red 54 ◦ green 112 ◦ blue 179

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

Shades of Lochmara #3670B3

Tints of Lochmara #3670B3

RGB

 RED value IS 54 (21.48% from 255) = 15.65%

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

 BLUE value IS 179 (70.31% from 255) = 51.88%

R = 15.65%
G = 32.46%
B = 51.88%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3670B3 (or 0x3670B3) is known color: Lochmara. HEX triplet: 36, 70 and B3. RGB value is (54,112,179). Sum of RGB (Red+Green+Blue) = 54+112+179=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #3670B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670B3 is #C98F4C. Grayscale: #656565. Windows color (decimal): -13209421 or 11759670. OLE color: 11759670.

HSL color Cylindrical-coordinate representation of color #3670B3: hue angle of 212.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3670B3 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 112 179 -
CMYK 0.70 0.37 0 0.30
HSL 212.16º 0.54% 0.46% -
HSV(B) 212.16º 0.7% 0.7% -
XYZ 15.45 15.63 44.85 -
YUV 102.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 54 112 179 0.70 0.37 0 0.30 212.16 0.54 0.46
Hex 36 70 B3 46 25 0 1E D4 36 2E
Octal 66 160 263 106 45 0 36 324 66 56
Binary 110110 1110000 10110011 1000110 100101 0 11110 11010100 110110 101110

Color Harmonies of #3670B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670B3

Black with #3670B3

Text Example


Text Example

White with #3670B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3670B3; }

 p { color: rgb(54,112,179); }

 H1.HeaderClassName
 {
   color: #3670B3;
 }
 .AnyTagClassName
 {
   color: #3670B3;
 }
</style>

background-color css

<style>
 a { background-color: #3670B3; }

 a { background-color: rgb(54,112,179); }

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

border-color css

<style>
 span { border-color: #3670B3; }

 span { border-color: rgb(54,112,179); }

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