#302C75

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

Shades of Deep Koamaru #302C75

Tints of Deep Koamaru #302C75

Color information

#302C75 (or 0x302C75) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2C and 75. RGB value is (48,44,117). Sum of RGB (Red+Green+Blue) = 48+44+117=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #302C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C75 is #CFD38A. Grayscale: #353535. Windows color (decimal): -13620107 or 7679024. OLE color: 7679024.

HSL color Cylindrical-coordinate representation of color #302C75: hue angle of 243.29º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302C75 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4844117-
CMYK0.590.6200.54
HSL243.29º45.34%31.57%-
HSV(B)243.29º62.39%45.88%-
XYZ5.333.7117.27-
YUV53.52163.83124.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=22.97%
G=21.05%
B=55.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48441170.590.6200.54243.2945.3431.57
Hex302C753B3E036f32d20
Octal605416573760663635540
Binary1100001011001110101111011111110011011011110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,44,117); }

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

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

 a { background-color: rgb(48,44,117); }

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

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

 span { border-color: rgb(48,44,117); }

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