Html Css Color HEX #357AAA Lochmara

📋 copy color: '#357AAA'

red 53 ◦ green 122 ◦ blue 170

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

Shades of Lochmara #357AAA

Tints of Lochmara #357AAA

RGB

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

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

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

R = 15.36%
G = 35.36%
B = 49.28%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#357AAA (or 0x357AAA) is known color: Lochmara. HEX triplet: 35, 7A and AA. RGB value is (53,122,170). Sum of RGB (Red+Green+Blue) = 53+122+170=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #357AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAA is #CA8555. Grayscale: #6A6A6A. Windows color (decimal): -13272406 or 11172405. OLE color: 11172405.

HSL color Cylindrical-coordinate representation of color #357AAA: hue angle of 204.62º 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 #357AAA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 122 170 -
CMYK 0.69 0.28 0 0.33
HSL 204.62º 0.52% 0.44% -
HSV(B) 204.62º 0.69% 0.67% -
XYZ 15.68 17.58 40.6 -
YUV 106.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 53 122 170 0.69 0.28 0 0.33 204.62 0.52 0.44
Hex 35 7A AA 45 1C 0 21 CD 34 2C
Octal 65 172 252 105 34 0 41 315 64 54
Binary 110101 1111010 10101010 1000101 11100 0 100001 11001101 110100 101100

Color Harmonies of #357AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AAA

Black with #357AAA

Text Example


Text Example

White with #357AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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