Html Css Color HEX #33719B Lochmara

📋 copy color: '#33719B'

red 51 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #33719B

Tints of Lochmara #33719B

RGB

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

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

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

R = 15.99%
G = 35.42%
B = 48.59%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33719B (or 0x33719B) is known color: Lochmara. HEX triplet: 33, 71 and 9B. RGB value is (51,113,155). Sum of RGB (Red+Green+Blue) = 51+113+155=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #33719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719B is #CC8E64. Grayscale: #636363. Windows color (decimal): -13405797 or 10187059. OLE color: 10187059.

HSL color Cylindrical-coordinate representation of color #33719B: hue angle of 204.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33719B is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 113 155 -
CMYK 0.67 0.27 0 0.39
HSL 204.23º 0.5% 0.4% -
HSV(B) 204.23º 0.67% 0.61% -
XYZ 13.19 14.88 33.19 -
YUV 99.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 51 113 155 0.67 0.27 0 0.39 204.23 0.5 0.4
Hex 33 71 9B 43 1B 0 27 CC 32 28
Octal 63 161 233 103 33 0 47 314 62 50
Binary 110011 1110001 10011011 1000011 11011 0 100111 11001100 110010 101000

Color Harmonies of #33719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33719B

Black with #33719B

Text Example


Text Example

White with #33719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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