Html Css Color HEX #33739C Lochmara

📋 copy color: '#33739C'

red 51 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #33739C

Tints of Lochmara #33739C

RGB

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

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

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

R = 15.84%
G = 35.71%
B = 48.45%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33739C (or 0x33739C) is known color: Lochmara. HEX triplet: 33, 73 and 9C. RGB value is (51,115,156). Sum of RGB (Red+Green+Blue) = 51+115+156=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #33739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739C is #CC8C63. Grayscale: #646464. Windows color (decimal): -13405284 or 10253107. OLE color: 10253107.

HSL color Cylindrical-coordinate representation of color #33739C: hue angle of 203.43º 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 #33739C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 115 156 -
CMYK 0.67 0.26 0 0.39
HSL 203.43º 0.51% 0.41% -
HSV(B) 203.43º 0.67% 0.61% -
XYZ 13.5 15.37 33.71 -
YUV 100.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 51 115 156 0.67 0.26 0 0.39 203.43 0.51 0.41
Hex 33 73 9C 43 1A 0 27 CB 33 29
Octal 63 163 234 103 32 0 47 313 63 51
Binary 110011 1110011 10011100 1000011 11010 0 100111 11001011 110011 101001

Color Harmonies of #33739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33739C

Black with #33739C

Text Example


Text Example

White with #33739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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