Html Css Color HEX #33759F Lochmara

📋 copy color: '#33759F'

red 51 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #33759F

Tints of Lochmara #33759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 15.6%
G = 35.78%
B = 48.62%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33759F (or 0x33759F) is known color: Lochmara. HEX triplet: 33, 75 and 9F. RGB value is (51,117,159). Sum of RGB (Red+Green+Blue) = 51+117+159=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #33759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33759F is #CC8A60. Grayscale: #656565. Windows color (decimal): -13404769 or 10450227. OLE color: 10450227.

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

Color convert

RGB 51 117 159 -
CMYK 0.68 0.26 0 0.38
HSL 203.33º 0.51% 0.41% -
HSV(B) 203.33º 0.68% 0.62% -
XYZ 13.98 15.93 35.14 -
YUV 102.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 51 117 159 0.68 0.26 0 0.38 203.33 0.51 0.41
Hex 33 75 9F 44 1A 0 26 CB 33 29
Octal 63 165 237 104 32 0 46 313 63 51
Binary 110011 1110101 10011111 1000100 11010 0 100110 11001011 110011 101001

Color Harmonies of #33759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33759F

Black with #33759F

Text Example


Text Example

White with #33759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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