Html Css Color HEX #33719D Lochmara

📋 copy color: '#33719D'

red 51 ◦ green 113 ◦ blue 157

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

Shades of Lochmara #33719D

Tints of Lochmara #33719D

RGB

 RED value IS 51 (20.31% from 255) = 15.89%

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 15.89%
G = 35.2%
B = 48.91%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33719D (or 0x33719D) is known color: Lochmara. HEX triplet: 33, 71 and 9D. RGB value is (51,113,157). Sum of RGB (Red+Green+Blue) = 51+113+157=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #33719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719D is #CC8E62. Grayscale: #636363. Windows color (decimal): -13405795 or 10318131. OLE color: 10318131.

HSL color Cylindrical-coordinate representation of color #33719D: hue angle of 204.91º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33719D is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 113 157 -
CMYK 0.68 0.28 0 0.38
HSL 204.91º 0.51% 0.41% -
HSV(B) 204.91º 0.68% 0.62% -
XYZ 13.36 14.95 34.08 -
YUV 99.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 51 113 157 0.68 0.28 0 0.38 204.91 0.51 0.41
Hex 33 71 9D 44 1C 0 26 CD 33 29
Octal 63 161 235 104 34 0 46 315 63 51
Binary 110011 1110001 10011101 1000100 11100 0 100110 11001101 110011 101001

Color Harmonies of #33719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33719D

Black with #33719D

Text Example


Text Example

White with #33719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33719D; }

 p { color: rgb(51,113,157); }

 H1.HeaderClassName
 {
   color: #33719D;
 }
 .AnyTagClassName
 {
   color: #33719D;
 }
</style>

background-color css

<style>
 a { background-color: #33719D; }

 a { background-color: rgb(51,113,157); }

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

border-color css

<style>
 span { border-color: #33719D; }

 span { border-color: rgb(51,113,157); }

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