#33386C

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

Shades of Deep Koamaru #33386C

Tints of Deep Koamaru #33386C

Color information

#33386C (or 0x33386C) is unknown color: approx Deep Koamaru. HEX triplet: 33, 38 and 6C. RGB value is (51,56,108). Sum of RGB (Red+Green+Blue) = 51+56+108=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #33386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33386C is #CCC793. Grayscale: #3C3C3C. Windows color (decimal): -13420436 or 7092275. OLE color: 7092275.

HSL color Cylindrical-coordinate representation of color #33386C: hue angle of 234.74º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33386C is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5156108-
CMYK0.530.4800.58
HSL234.74º35.85%31.18%-
HSV(B)234.74º52.78%42.35%-
XYZ5.494.6114.79-
YUV60.43154.84121.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=23.72%
G=26.05%
B=50.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51561080.530.4800.58234.7435.8531.18
Hex33386C353003Aeb241f
Octal637015465600723534437
Binary110011111000110110011010111000001110101110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,56,108); }

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

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

 a { background-color: rgb(51,56,108); }

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

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

 span { border-color: rgb(51,56,108); }

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