Html Css Color HEX #356398 Lochmara

📋 copy color: '#356398'

red 53 ◦ green 99 ◦ blue 152

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

Shades of Lochmara #356398

Tints of Lochmara #356398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 17.43%
G = 32.57%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356398 (or 0x356398) is known color: Lochmara. HEX triplet: 35, 63 and 98. RGB value is (53,99,152). Sum of RGB (Red+Green+Blue) = 53+99+152=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #356398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356398 is #CA9C67. Grayscale: #5B5B5B. Windows color (decimal): -13278312 or 9986869. OLE color: 9986869.

HSL color Cylindrical-coordinate representation of color #356398: hue angle of 212.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356398 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 99 152 -
CMYK 0.65 0.35 0 0.40
HSL 212.12º 0.48% 0.4% -
HSV(B) 212.12º 0.65% 0.6% -
XYZ 11.6 11.95 31.4 -
YUV 91.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 53 99 152 0.65 0.35 0 0.40 212.12 0.48 0.4
Hex 35 63 98 41 23 0 28 D4 30 28
Octal 65 143 230 101 43 0 50 324 60 50
Binary 110101 1100011 10011000 1000001 100011 0 101000 11010100 110000 101000

Color Harmonies of #356398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356398

Black with #356398

Text Example


Text Example

White with #356398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356398; }

 p { color: rgb(53,99,152); }

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

background-color css

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

 a { background-color: rgb(53,99,152); }

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

border-color css

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

 span { border-color: rgb(53,99,152); }

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