Html Css Color HEX #357B9A Lochmara

📋 copy color: '#357B9A'

red 53 ◦ green 123 ◦ blue 154

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

Shades of Lochmara #357B9A

Tints of Lochmara #357B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 16.06%
G = 37.27%
B = 46.67%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#357B9A (or 0x357B9A) is known color: Lochmara. HEX triplet: 35, 7B and 9A. RGB value is (53,123,154). Sum of RGB (Red+Green+Blue) = 53+123+154=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #357B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B9A is #CA8465. Grayscale: #696969. Windows color (decimal): -13272166 or 10124085. OLE color: 10124085.

HSL color Cylindrical-coordinate representation of color #357B9A: hue angle of 198.42º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357B9A is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 123 154 -
CMYK 0.66 0.20 0 0.40
HSL 198.42º 0.49% 0.41% -
HSV(B) 198.42º 0.66% 0.6% -
XYZ 14.38 17.26 33.14 -
YUV 105.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 53 123 154 0.66 0.20 0 0.40 198.42 0.49 0.41
Hex 35 7B 9A 42 14 0 28 C6 31 29
Octal 65 173 232 102 24 0 50 306 61 51
Binary 110101 1111011 10011010 1000010 10100 0 101000 11000110 110001 101001

Color Harmonies of #357B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B9A

Black with #357B9A

Text Example


Text Example

White with #357B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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