Html Css Color HEX #35749C Lochmara

📋 copy color: '#35749C'

red 53 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #35749C

Tints of Lochmara #35749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 16.31%
G = 35.69%
B = 48%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35749C (or 0x35749C) is known color: Lochmara. HEX triplet: 35, 74 and 9C. RGB value is (53,116,156). Sum of RGB (Red+Green+Blue) = 53+116+156=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #35749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35749C is #CA8B63. Grayscale: #656565. Windows color (decimal): -13273956 or 10253365. OLE color: 10253365.

HSL color Cylindrical-coordinate representation of color #35749C: hue angle of 203.3º 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 #35749C is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 116 156 -
CMYK 0.66 0.26 0 0.39
HSL 203.3º 0.49% 0.41% -
HSV(B) 203.3º 0.66% 0.61% -
XYZ 13.71 15.65 33.75 -
YUV 101.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 53 116 156 0.66 0.26 0 0.39 203.3 0.49 0.41
Hex 35 74 9C 42 1A 0 27 CB 31 29
Octal 65 164 234 102 32 0 47 313 61 51
Binary 110101 1110100 10011100 1000010 11010 0 100111 11001011 110001 101001

Color Harmonies of #35749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35749C

Black with #35749C

Text Example


Text Example

White with #35749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35749C; }

 p { color: rgb(53,116,156); }

 H1.HeaderClassName
 {
   color: #35749C;
 }
 .AnyTagClassName
 {
   color: #35749C;
 }
</style>

background-color css

<style>
 a { background-color: #35749C; }

 a { background-color: rgb(53,116,156); }

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

border-color css

<style>
 span { border-color: #35749C; }

 span { border-color: rgb(53,116,156); }

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