Html Css Color HEX #35709A Lochmara

📋 copy color: '#35709A'

red 53 ◦ green 112 ◦ blue 154

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

Shades of Lochmara #35709A

Tints of Lochmara #35709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 16.61%
G = 35.11%
B = 48.28%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35709A (or 0x35709A) is known color: Lochmara. HEX triplet: 35, 70 and 9A. RGB value is (53,112,154). Sum of RGB (Red+Green+Blue) = 53+112+154=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #35709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35709A is #CA8F65. Grayscale: #626262. Windows color (decimal): -13274982 or 10121269. OLE color: 10121269.

HSL color Cylindrical-coordinate representation of color #35709A: hue angle of 204.95º 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 #35709A is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 112 154 -
CMYK 0.66 0.27 0 0.40
HSL 204.95º 0.49% 0.41% -
HSV(B) 204.95º 0.66% 0.6% -
XYZ 13.1 14.68 32.71 -
YUV 99.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 53 112 154 0.66 0.27 0 0.40 204.95 0.49 0.41
Hex 35 70 9A 42 1B 0 28 CD 31 29
Octal 65 160 232 102 33 0 50 315 61 51
Binary 110101 1110000 10011010 1000010 11011 0 101000 11001101 110001 101001

Color Harmonies of #35709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35709A

Black with #35709A

Text Example


Text Example

White with #35709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35709A; }

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

 H1.HeaderClassName
 {
   color: #35709A;
 }
 .AnyTagClassName
 {
   color: #35709A;
 }
</style>

background-color css

<style>
 a { background-color: #35709A; }

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

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

border-color css

<style>
 span { border-color: #35709A; }

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

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