Html Css Color HEX #357CAA Lochmara

📋 copy color: '#357CAA'

red 53 ◦ green 124 ◦ blue 170

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

Shades of Lochmara #357CAA

Tints of Lochmara #357CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 15.27%
G = 35.73%
B = 48.99%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#357CAA (or 0x357CAA) is known color: Lochmara. HEX triplet: 35, 7C and AA. RGB value is (53,124,170). Sum of RGB (Red+Green+Blue) = 53+124+170=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #357CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CAA is #CA8355. Grayscale: #6B6B6B. Windows color (decimal): -13271894 or 11172917. OLE color: 11172917.

HSL color Cylindrical-coordinate representation of color #357CAA: hue angle of 203.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357CAA is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 124 170 -
CMYK 0.69 0.27 0 0.33
HSL 203.59º 0.52% 0.44% -
HSV(B) 203.59º 0.69% 0.67% -
XYZ 15.93 18.07 40.68 -
YUV 108.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 53 124 170 0.69 0.27 0 0.33 203.59 0.52 0.44
Hex 35 7C AA 45 1B 0 21 CC 34 2C
Octal 65 174 252 105 33 0 41 314 64 54
Binary 110101 1111100 10101010 1000101 11011 0 100001 11001100 110100 101100

Color Harmonies of #357CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CAA

Black with #357CAA

Text Example


Text Example

White with #357CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357CAA; }

 p { color: rgb(53,124,170); }

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

background-color css

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

 a { background-color: rgb(53,124,170); }

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

border-color css

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

 span { border-color: rgb(53,124,170); }

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