Html Css Color HEX #33739A Lochmara

📋 copy color: '#33739A'

red 51 ◦ green 115 ◦ blue 154

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

Shades of Lochmara #33739A

Tints of Lochmara #33739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 15.94%
G = 35.94%
B = 48.13%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33739A (or 0x33739A) is known color: Lochmara. HEX triplet: 33, 73 and 9A. RGB value is (51,115,154). Sum of RGB (Red+Green+Blue) = 51+115+154=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #33739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739A is #CC8C65. Grayscale: #646464. Windows color (decimal): -13405286 or 10122035. OLE color: 10122035.

HSL color Cylindrical-coordinate representation of color #33739A: hue angle of 202.72º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33739A is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 115 154 -
CMYK 0.67 0.25 0 0.40
HSL 202.72º 0.5% 0.4% -
HSV(B) 202.72º 0.67% 0.6% -
XYZ 13.33 15.3 32.82 -
YUV 100.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 51 115 154 0.67 0.25 0 0.40 202.72 0.5 0.4
Hex 33 73 9A 43 19 0 28 CB 32 28
Octal 63 163 232 103 31 0 50 313 62 50
Binary 110011 1110011 10011010 1000011 11001 0 101000 11001011 110010 101000

Color Harmonies of #33739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33739A

Black with #33739A

Text Example


Text Example

White with #33739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33739A; }

 p { color: rgb(51,115,154); }

 H1.HeaderClassName
 {
   color: #33739A;
 }
 .AnyTagClassName
 {
   color: #33739A;
 }
</style>

background-color css

<style>
 a { background-color: #33739A; }

 a { background-color: rgb(51,115,154); }

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

border-color css

<style>
 span { border-color: #33739A; }

 span { border-color: rgb(51,115,154); }

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