Html Css Color HEX #357C9B Lochmara

📋 copy color: '#357C9B'

red 53 ◦ green 124 ◦ blue 155

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

Shades of Lochmara #357C9B

Tints of Lochmara #357C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 15.96%
G = 37.35%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#357C9B (or 0x357C9B) is known color: Lochmara. HEX triplet: 35, 7C and 9B. RGB value is (53,124,155). Sum of RGB (Red+Green+Blue) = 53+124+155=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #357C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C9B is #CA8364. Grayscale: #6A6A6A. Windows color (decimal): -13271909 or 10189877. OLE color: 10189877.

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

Color convert

RGB 53 124 155 -
CMYK 0.66 0.2 0 0.39
HSL 198.24º 0.49% 0.41% -
HSV(B) 198.24º 0.66% 0.61% -
XYZ 14.59 17.54 33.63 -
YUV 106.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 53 124 155 0.66 0.2 0 0.39 198.24 0.49 0.41
Hex 35 7C 9B 42 14 0 27 C6 31 29
Octal 65 174 233 102 24 0 47 306 61 51
Binary 110101 1111100 10011011 1000010 10100 0 100111 11000110 110001 101001

Color Harmonies of #357C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C9B

Black with #357C9B

Text Example


Text Example

White with #357C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,155); }

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

background-color css

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

 a { background-color: rgb(53,124,155); }

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

border-color css

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

 span { border-color: rgb(53,124,155); }

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