#302C67

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

Shades of Deep Koamaru #302C67

Tints of Deep Koamaru #302C67

Color information

#302C67 (or 0x302C67) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2C and 67. RGB value is (48,44,103). Sum of RGB (Red+Green+Blue) = 48+44+103=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #302C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C67 is #CFD398. Grayscale: #333333. Windows color (decimal): -13620121 or 6761520. OLE color: 6761520.

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

Color convert

RGB4844103-
CMYK0.530.5700.60
HSL244.07º40.14%28.82%-
HSV(B)244.07º57.28%40.39%-
XYZ4.573.4113.25-
YUV51.92156.83125.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=24.62%
G=22.56%
B=52.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48441030.530.5700.60244.0740.1428.82
Hex302C67353903Cf4281d
Octal605414765710743645035
Binary110000101100110011111010111100101111001111010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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