#30287D

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

Shades of Deep Koamaru #30287D

Tints of Deep Koamaru #30287D

Color information

#30287D (or 0x30287D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 28 and 7D. RGB value is (48,40,125). Sum of RGB (Red+Green+Blue) = 48+40+125=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #30287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30287D is #CFD782. Grayscale: #333333. Windows color (decimal): -13621123 or 8202288. OLE color: 8202288.

HSL color Cylindrical-coordinate representation of color #30287D: hue angle of 245.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30287D is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4840125-
CMYK0.620.6800.51
HSL245.65º51.52%32.35%-
HSV(B)245.65º68%49.02%-
XYZ5.683.6319.8-
YUV52.08169.15125.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=22.54%
G=18.78%
B=58.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48401250.620.6800.51245.6551.5232.35
Hex30287D3E44033f63420
Octal6050175761040633666440
Binary11000010100011111011111101000100011001111110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30287D; }

 p { color: rgb(48,40,125); }

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

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

 a { background-color: rgb(48,40,125); }

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

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

 span { border-color: rgb(48,40,125); }

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