Html Css Color HEX #356CBB Lochmara

📋 copy color: '#356CBB'

red 53 ◦ green 108 ◦ blue 187

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

Shades of Lochmara #356CBB

Tints of Lochmara #356CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 15.23%
G = 31.03%
B = 53.74%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356CBB (or 0x356CBB) is known color: Lochmara. HEX triplet: 35, 6C and BB. RGB value is (53,108,187). Sum of RGB (Red+Green+Blue) = 53+108+187=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #356CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBB is #CA9344. Grayscale: #646464. Windows color (decimal): -13275973 or 12282933. OLE color: 12282933.

HSL color Cylindrical-coordinate representation of color #356CBB: hue angle of 215.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356CBB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 108 187 -
CMYK 0.72 0.42 0 0.27
HSL 215.37º 0.56% 0.47% -
HSV(B) 215.37º 0.72% 0.73% -
XYZ 15.8 15.07 49.09 -
YUV 100.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 53 108 187 0.72 0.42 0 0.27 215.37 0.56 0.47
Hex 35 6C BB 48 2A 0 1B D7 38 2F
Octal 65 154 273 110 52 0 33 327 70 57
Binary 110101 1101100 10111011 1001000 101010 0 11011 11010111 111000 101111

Color Harmonies of #356CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CBB

Black with #356CBB

Text Example


Text Example

White with #356CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,187); }

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

background-color css

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

 a { background-color: rgb(53,108,187); }

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

border-color css

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

 span { border-color: rgb(53,108,187); }

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