#30287B

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

Shades of Deep Koamaru #30287B

Tints of Deep Koamaru #30287B

Color information

#30287B (or 0x30287B) is unknown color: approx Deep Koamaru. HEX triplet: 30, 28 and 7B. RGB value is (48,40,123). Sum of RGB (Red+Green+Blue) = 48+40+123=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #30287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30287B is #CFD784. Grayscale: #333333. Windows color (decimal): -13621125 or 8071216. OLE color: 8071216.

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

Color convert

RGB4840123-
CMYK0.610.6700.52
HSL245.78º50.92%31.96%-
HSV(B)245.78º67.48%48.24%-
XYZ5.553.5819.14-
YUV51.85168.15125.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=22.75%
G=18.96%
B=58.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48401230.610.6700.52245.7850.9231.96
Hex30287B3D43034f63320
Octal6050173751030643666340
Binary11000010100011110111111011000011011010011110110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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