Html Css Color HEX #356AB4 Lochmara

📋 copy color: '#356AB4'

red 53 ◦ green 106 ◦ blue 180

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

Shades of Lochmara #356AB4

Tints of Lochmara #356AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 15.63%
G = 31.27%
B = 53.1%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#356AB4 (or 0x356AB4) is known color: Lochmara. HEX triplet: 35, 6A and B4. RGB value is (53,106,180). Sum of RGB (Red+Green+Blue) = 53+106+180=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #356AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356AB4 is #CA954B. Grayscale: #626262. Windows color (decimal): -13276492 or 11823669. OLE color: 11823669.

HSL color Cylindrical-coordinate representation of color #356AB4: hue angle of 214.96º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356AB4 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 106 180 -
CMYK 0.71 0.41 0 0.29
HSL 214.96º 0.55% 0.46% -
HSV(B) 214.96º 0.71% 0.71% -
XYZ 14.86 14.36 45.17 -
YUV 98.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 53 106 180 0.71 0.41 0 0.29 214.96 0.55 0.46
Hex 35 6A B4 47 29 0 1D D7 37 2E
Octal 65 152 264 107 51 0 35 327 67 56
Binary 110101 1101010 10110100 1000111 101001 0 11101 11010111 110111 101110

Color Harmonies of #356AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AB4

Black with #356AB4

Text Example


Text Example

White with #356AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,180); }

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

background-color css

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

 a { background-color: rgb(53,106,180); }

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

border-color css

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

 span { border-color: rgb(53,106,180); }

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