Html Css Color HEX #357AAB Lochmara

📋 copy color: '#357AAB'

red 53 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #357AAB

Tints of Lochmara #357AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 15.32%
G = 35.26%
B = 49.42%

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

#357AAB (or 0x357AAB) is known color: Lochmara. HEX triplet: 35, 7A and AB. RGB value is (53,122,171). Sum of RGB (Red+Green+Blue) = 53+122+171=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #357AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAB is #CA8554. Grayscale: #6A6A6A. Windows color (decimal): -13272405 or 11237941. OLE color: 11237941.

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

Color convert

RGB 53 122 171 -
CMYK 0.69 0.29 0 0.33
HSL 204.92º 0.53% 0.44% -
HSV(B) 204.92º 0.69% 0.67% -
XYZ 15.78 17.62 41.1 -
YUV 106.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 53 122 171 0.69 0.29 0 0.33 204.92 0.53 0.44
Hex 35 7A AB 45 1D 0 21 CD 35 2C
Octal 65 172 253 105 35 0 41 315 65 54
Binary 110101 1111010 10101011 1000101 11101 0 100001 11001101 110101 101100

Color Harmonies of #357AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AAB

Black with #357AAB

Text Example


Text Example

White with #357AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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