Html Css Color HEX #357AA2 Lochmara

📋 copy color: '#357AA2'

red 53 ◦ green 122 ◦ blue 162

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

Shades of Lochmara #357AA2

Tints of Lochmara #357AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 162 (63.67% from 255) = 48.07%

R = 15.73%
G = 36.2%
B = 48.07%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#357AA2 (or 0x357AA2) is known color: Lochmara. HEX triplet: 35, 7A and A2. RGB value is (53,122,162). Sum of RGB (Red+Green+Blue) = 53+122+162=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #357AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AA2 is #CA855D. Grayscale: #696969. Windows color (decimal): -13272414 or 10648117. OLE color: 10648117.

HSL color Cylindrical-coordinate representation of color #357AA2: hue angle of 202.02º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357AA2 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 122 162 -
CMYK 0.67 0.25 0 0.36
HSL 202.02º 0.51% 0.42% -
HSV(B) 202.02º 0.67% 0.64% -
XYZ 14.95 17.28 36.73 -
YUV 105.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 53 122 162 0.67 0.25 0 0.36 202.02 0.51 0.42
Hex 35 7A A2 43 19 0 24 CA 33 2A
Octal 65 172 242 103 31 0 44 312 63 52
Binary 110101 1111010 10100010 1000011 11001 0 100100 11001010 110011 101010

Color Harmonies of #357AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AA2

Black with #357AA2

Text Example


Text Example

White with #357AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,122,162); }

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

background-color css

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

 a { background-color: rgb(53,122,162); }

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

border-color css

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

 span { border-color: rgb(53,122,162); }

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