Html Css Color HEX #33719F Lochmara

📋 copy color: '#33719F'

red 51 ◦ green 113 ◦ blue 159

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

Shades of Lochmara #33719F

Tints of Lochmara #33719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 15.79%
G = 34.98%
B = 49.23%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33719F (or 0x33719F) is known color: Lochmara. HEX triplet: 33, 71 and 9F. RGB value is (51,113,159). Sum of RGB (Red+Green+Blue) = 51+113+159=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #33719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719F is #CC8E60. Grayscale: #636363. Windows color (decimal): -13405793 or 10449203. OLE color: 10449203.

HSL color Cylindrical-coordinate representation of color #33719F: hue angle of 205.56º 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 #33719F is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 113 159 -
CMYK 0.68 0.29 0 0.38
HSL 205.56º 0.51% 0.41% -
HSV(B) 205.56º 0.68% 0.62% -
XYZ 13.53 15.02 34.99 -
YUV 99.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 51 113 159 0.68 0.29 0 0.38 205.56 0.51 0.41
Hex 33 71 9F 44 1D 0 26 CE 33 29
Octal 63 161 237 104 35 0 46 316 63 51
Binary 110011 1110001 10011111 1000100 11101 0 100110 11001110 110011 101001

Color Harmonies of #33719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33719F

Black with #33719F

Text Example


Text Example

White with #33719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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