#333161

Color #333161 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #333161

Tints of Deep Koamaru #333161

Color information

#333161 (or 0x333161) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 61. RGB value is (51,49,97). Sum of RGB (Red+Green+Blue) = 51+49+97=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #333161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333161 is #CCCE9E. Grayscale: #363636. Windows color (decimal): -13422239 or 6369587. OLE color: 6369587.

HSL color Cylindrical-coordinate representation of color #333161: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #333161 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB514997-
CMYK0.470.4900.62
HSL242.5º32.88%28.63%-
HSV(B)242.5º49.48%38.04%-
XYZ4.623.7611.79-
YUV55.07151.66125.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=25.89%
G=24.87%
B=49.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5149970.470.4900.62242.532.8828.63
Hex3331612F3103Ef2211d
Octal636114157610763624135
Binary110011110001110000110111111000101111101111001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333161; }

 p { color: rgb(51,49,97); }

 H1.HeaderClassName
 {
   color: #333161;
 }
 .AnyTagClassName
 {
   color: #333161;
 }
</style>
background-color css

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

 a { background-color: rgb(51,49,97); }

 div.DivClassName
 {
   background-color: #333161;
 }
 .BgClassName
 {
   background-color: #333161;
 }
</style>
border-color css

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

 span { border-color: rgb(51,49,97); }

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