Html Css Color HEX #33759C Lochmara

📋 copy color: '#33759C'

red 51 ◦ green 117 ◦ blue 156

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

Shades of Lochmara #33759C

Tints of Lochmara #33759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 15.74%
G = 36.11%
B = 48.15%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33759C (or 0x33759C) is known color: Lochmara. HEX triplet: 33, 75 and 9C. RGB value is (51,117,156). Sum of RGB (Red+Green+Blue) = 51+117+156=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #33759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33759C is #CC8A63. Grayscale: #656565. Windows color (decimal): -13404772 or 10253619. OLE color: 10253619.

HSL color Cylindrical-coordinate representation of color #33759C: hue angle of 202.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33759C is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 117 156 -
CMYK 0.67 0.25 0 0.39
HSL 202.29º 0.51% 0.41% -
HSV(B) 202.29º 0.67% 0.61% -
XYZ 13.73 15.83 33.78 -
YUV 101.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 51 117 156 0.67 0.25 0 0.39 202.29 0.51 0.41
Hex 33 75 9C 43 19 0 27 CA 33 29
Octal 63 165 234 103 31 0 47 312 63 51
Binary 110011 1110101 10011100 1000011 11001 0 100111 11001010 110011 101001

Color Harmonies of #33759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33759C

Black with #33759C

Text Example


Text Example

White with #33759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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