#303669

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

Shades of Deep Koamaru #303669

Tints of Deep Koamaru #303669

Color information

#303669 (or 0x303669) is unknown color: approx Deep Koamaru. HEX triplet: 30, 36 and 69. RGB value is (48,54,105). Sum of RGB (Red+Green+Blue) = 48+54+105=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #303669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303669 is #CFC996. Grayscale: #393939. Windows color (decimal): -13617559 or 6895152. OLE color: 6895152.

HSL color Cylindrical-coordinate representation of color #303669: hue angle of 233.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303669 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4854105-
CMYK0.540.4900.59
HSL233.68º37.25%30%-
HSV(B)233.68º54.29%41.18%-
XYZ5.094.2913.92-
YUV58.02154.51120.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=23.19%
G=26.09%
B=50.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48541050.540.4900.59233.6837.2530
Hex303669363103Bea251e
Octal606615166610733524536
Binary110000110110110100111011011000101110111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303669; }

 p { color: rgb(48,54,105); }

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

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

 a { background-color: rgb(48,54,105); }

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

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

 span { border-color: rgb(48,54,105); }

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