Html Css Color HEX #33779D Lochmara

📋 copy color: '#33779D'

red 51 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #33779D

Tints of Lochmara #33779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

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

R = 15.6%
G = 36.39%
B = 48.01%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33779D (or 0x33779D) is known color: Lochmara. HEX triplet: 33, 77 and 9D. RGB value is (51,119,157). Sum of RGB (Red+Green+Blue) = 51+119+157=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #33779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33779D is #CC8862. Grayscale: #666666. Windows color (decimal): -13404259 or 10319667. OLE color: 10319667.

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

Color convert

RGB 51 119 157 -
CMYK 0.68 0.24 0 0.38
HSL 201.51º 0.51% 0.41% -
HSV(B) 201.51º 0.68% 0.62% -
XYZ 14.05 16.33 34.31 -
YUV 103 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 51 119 157 0.68 0.24 0 0.38 201.51 0.51 0.41
Hex 33 77 9D 44 18 0 26 CA 33 29
Octal 63 167 235 104 30 0 46 312 63 51
Binary 110011 1110111 10011101 1000100 11000 0 100110 11001010 110011 101001

Color Harmonies of #33779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33779D

Black with #33779D

Text Example


Text Example

White with #33779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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