#302B7A

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

Shades of Deep Koamaru #302B7A

Tints of Deep Koamaru #302B7A

Color information

#302B7A (or 0x302B7A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2B and 7A. RGB value is (48,43,122). Sum of RGB (Red+Green+Blue) = 48+43+122=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #302B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B7A is #CFD485. Grayscale: #353535. Windows color (decimal): -13620358 or 8006448. OLE color: 8006448.

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

Color convert

RGB4843122-
CMYK0.610.6500.52
HSL243.8º47.88%32.35%-
HSV(B)243.8º64.75%47.84%-
XYZ5.63.7618.84-
YUV53.5166.66124.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=22.54%
G=20.19%
B=57.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48431220.610.6500.52243.847.8832.35
Hex302B7A3D41034f43020
Octal6053172751010643646040
Binary11000010101111110101111011000001011010011110100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B7A; }

 p { color: rgb(48,43,122); }

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

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

 a { background-color: rgb(48,43,122); }

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

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

 span { border-color: rgb(48,43,122); }

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