Html Css Color HEX #357BAB Lochmara

📋 copy color: '#357BAB'

red 53 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #357BAB

Tints of Lochmara #357BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

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

R = 15.27%
G = 35.45%
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

#357BAB (or 0x357BAB) is known color: Lochmara. HEX triplet: 35, 7B and AB. RGB value is (53,123,171). Sum of RGB (Red+Green+Blue) = 53+123+171=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #357BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAB is #CA8454. Grayscale: #6B6B6B. Windows color (decimal): -13272149 or 11238197. OLE color: 11238197.

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

Color convert

RGB 53 123 171 -
CMYK 0.69 0.28 0 0.33
HSL 204.41º 0.53% 0.44% -
HSV(B) 204.41º 0.69% 0.67% -
XYZ 15.9 17.86 41.14 -
YUV 107.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 53 123 171 0.69 0.28 0 0.33 204.41 0.53 0.44
Hex 35 7B AB 45 1C 0 21 CC 35 2C
Octal 65 173 253 105 34 0 41 314 65 54
Binary 110101 1111011 10101011 1000101 11100 0 100001 11001100 110101 101100

Color Harmonies of #357BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BAB

Black with #357BAB

Text Example


Text Example

White with #357BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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