Html Css Color HEX #357AAC Lochmara

📋 copy color: '#357AAC'

red 53 ◦ green 122 ◦ blue 172

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

Shades of Lochmara #357AAC

Tints of Lochmara #357AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 15.27%
G = 35.16%
B = 49.57%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#357AAC (or 0x357AAC) is known color: Lochmara. HEX triplet: 35, 7A and AC. RGB value is (53,122,172). Sum of RGB (Red+Green+Blue) = 53+122+172=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #357AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAC is #CA8553. Grayscale: #6A6A6A. Windows color (decimal): -13272404 or 11303477. OLE color: 11303477.

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

Color convert

RGB 53 122 172 -
CMYK 0.69 0.29 0 0.33
HSL 205.21º 0.53% 0.44% -
HSV(B) 205.21º 0.69% 0.67% -
XYZ 15.87 17.65 41.6 -
YUV 107.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 53 122 172 0.69 0.29 0 0.33 205.21 0.53 0.44
Hex 35 7A AC 45 1D 0 21 CD 35 2C
Octal 65 172 254 105 35 0 41 315 65 54
Binary 110101 1111010 10101100 1000101 11101 0 100001 11001101 110101 101100

Color Harmonies of #357AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AAC

Black with #357AAC

Text Example


Text Example

White with #357AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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