#302D66

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

Shades of Deep Koamaru #302D66

Tints of Deep Koamaru #302D66

Color information

#302D66 (or 0x302D66) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2D and 66. RGB value is (48,45,102). Sum of RGB (Red+Green+Blue) = 48+45+102=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #302D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D66 is #CFD299. Grayscale: #343434. Windows color (decimal): -13619866 or 6696240. OLE color: 6696240.

HSL color Cylindrical-coordinate representation of color #302D66: hue angle of 243.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302D66 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4845102-
CMYK0.530.5600.6
HSL243.16º38.78%28.82%-
HSV(B)243.16º55.88%40%-
XYZ4.563.4613-
YUV52.4155.99124.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=24.62%
G=23.08%
B=52.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48451020.530.5600.6243.1638.7828.82
Hex302D66353803Cf3271d
Octal605514665700743634735
Binary110000101101110011011010111100001111001111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,102); }

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

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

 a { background-color: rgb(48,45,102); }

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

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

 span { border-color: rgb(48,45,102); }

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