Html Css Color HEX #356DB3 Lochmara

📋 copy color: '#356DB3'

red 53 ◦ green 109 ◦ blue 179

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

Shades of Lochmara #356DB3

Tints of Lochmara #356DB3

RGB

 RED value IS 53 (21.09% from 255) = 15.54%

 GREEN value IS 109 (42.97% from 255) = 31.96%

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

R = 15.54%
G = 31.96%
B = 52.49%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#356DB3 (or 0x356DB3) is known color: Lochmara. HEX triplet: 35, 6D and B3. RGB value is (53,109,179). Sum of RGB (Red+Green+Blue) = 53+109+179=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #356DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DB3 is #CA924C. Grayscale: #636363. Windows color (decimal): -13275725 or 11758901. OLE color: 11758901.

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

Color convert

RGB 53 109 179 -
CMYK 0.70 0.39 0 0.30
HSL 213.33º 0.54% 0.45% -
HSV(B) 213.33º 0.7% 0.7% -
XYZ 15.07 14.95 44.74 -
YUV 100.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 53 109 179 0.70 0.39 0 0.30 213.33 0.54 0.45
Hex 35 6D B3 46 27 0 1E D5 36 2D
Octal 65 155 263 106 47 0 36 325 66 55
Binary 110101 1101101 10110011 1000110 100111 0 11110 11010101 110110 101101

Color Harmonies of #356DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DB3

Black with #356DB3

Text Example


Text Example

White with #356DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356DB3; }

 p { color: rgb(53,109,179); }

 H1.HeaderClassName
 {
   color: #356DB3;
 }
 .AnyTagClassName
 {
   color: #356DB3;
 }
</style>

background-color css

<style>
 a { background-color: #356DB3; }

 a { background-color: rgb(53,109,179); }

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

border-color css

<style>
 span { border-color: #356DB3; }

 span { border-color: rgb(53,109,179); }

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