Html Css Color HEX #33799D Lochmara

📋 copy color: '#33799D'

red 51 ◦ green 121 ◦ blue 157

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

Shades of Lochmara #33799D

Tints of Lochmara #33799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

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

R = 15.5%
G = 36.78%
B = 47.72%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33799D (or 0x33799D) is known color: Lochmara. HEX triplet: 33, 79 and 9D. RGB value is (51,121,157). Sum of RGB (Red+Green+Blue) = 51+121+157=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #33799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33799D is #CC8662. Grayscale: #676767. Windows color (decimal): -13403747 or 10320179. OLE color: 10320179.

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

Color convert

RGB 51 121 157 -
CMYK 0.68 0.23 0 0.38
HSL 200.38º 0.51% 0.41% -
HSV(B) 200.38º 0.68% 0.62% -
XYZ 14.29 16.81 34.39 -
YUV 104.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 51 121 157 0.68 0.23 0 0.38 200.38 0.51 0.41
Hex 33 79 9D 44 17 0 26 C8 33 29
Octal 63 171 235 104 27 0 46 310 63 51
Binary 110011 1111001 10011101 1000100 10111 0 100110 11001000 110011 101001

Color Harmonies of #33799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33799D

Black with #33799D

Text Example


Text Example

White with #33799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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