Html Css Color HEX #33709D Lochmara

📋 copy color: '#33709D'

red 51 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #33709D

Tints of Lochmara #33709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 15.94%
G = 35%
B = 49.06%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33709D (or 0x33709D) is known color: Lochmara. HEX triplet: 33, 70 and 9D. RGB value is (51,112,157). Sum of RGB (Red+Green+Blue) = 51+112+157=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #33709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33709D is #CC8F62. Grayscale: #626262. Windows color (decimal): -13406051 or 10317875. OLE color: 10317875.

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

Color convert

RGB 51 112 157 -
CMYK 0.68 0.29 0 0.38
HSL 205.47º 0.51% 0.41% -
HSV(B) 205.47º 0.68% 0.62% -
XYZ 13.25 14.73 34.04 -
YUV 98.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 51 112 157 0.68 0.29 0 0.38 205.47 0.51 0.41
Hex 33 70 9D 44 1D 0 26 CD 33 29
Octal 63 160 235 104 35 0 46 315 63 51
Binary 110011 1110000 10011101 1000100 11101 0 100110 11001101 110011 101001

Color Harmonies of #33709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33709D

Black with #33709D

Text Example


Text Example

White with #33709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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