#333061

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

Shades of Deep Koamaru #333061

Tints of Deep Koamaru #333061

Color information

#333061 (or 0x333061) is unknown color: approx Deep Koamaru. HEX triplet: 33, 30 and 61. RGB value is (51,48,97). Sum of RGB (Red+Green+Blue) = 51+48+97=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #333061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333061 is #CCCF9E. Grayscale: #363636. Windows color (decimal): -13422495 or 6369331. OLE color: 6369331.

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

Color convert

RGB514897-
CMYK0.470.5100.62
HSL243.67º33.79%28.43%-
HSV(B)243.67º50.52%38.04%-
XYZ4.583.6811.78-
YUV54.48151.99125.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=26.02%
G=24.49%
B=49.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5148970.470.5100.62243.6733.7928.43
Hex3330612F3303Ef4221c
Octal636014157630763644234
Binary110011110000110000110111111001101111101111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333061; }

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

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

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

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

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

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

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

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