Html Css Color HEX #33649B Lochmara

📋 copy color: '#33649B'

red 51 ◦ green 100 ◦ blue 155

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

Shades of Lochmara #33649B

Tints of Lochmara #33649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 16.67%
G = 32.68%
B = 50.65%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33649B (or 0x33649B) is known color: Lochmara. HEX triplet: 33, 64 and 9B. RGB value is (51,100,155). Sum of RGB (Red+Green+Blue) = 51+100+155=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #33649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33649B is #CC9B64. Grayscale: #5B5B5B. Windows color (decimal): -13409125 or 10183731. OLE color: 10183731.

HSL color Cylindrical-coordinate representation of color #33649B: hue angle of 211.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33649B is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 100 155 -
CMYK 0.67 0.35 0 0.39
HSL 211.73º 0.5% 0.4% -
HSV(B) 211.73º 0.67% 0.61% -
XYZ 11.84 12.18 32.74 -
YUV 91.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 51 100 155 0.67 0.35 0 0.39 211.73 0.5 0.4
Hex 33 64 9B 43 23 0 27 D4 32 28
Octal 63 144 233 103 43 0 47 324 62 50
Binary 110011 1100100 10011011 1000011 100011 0 100111 11010100 110010 101000

Color Harmonies of #33649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33649B

Black with #33649B

Text Example


Text Example

White with #33649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33649B; }

 p { color: rgb(51,100,155); }

 H1.HeaderClassName
 {
   color: #33649B;
 }
 .AnyTagClassName
 {
   color: #33649B;
 }
</style>

background-color css

<style>
 a { background-color: #33649B; }

 a { background-color: rgb(51,100,155); }

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

border-color css

<style>
 span { border-color: #33649B; }

 span { border-color: rgb(51,100,155); }

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