#302F65

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

Shades of Deep Koamaru #302F65

Tints of Deep Koamaru #302F65

Color information

#302F65 (or 0x302F65) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2F and 65. RGB value is (48,47,101). Sum of RGB (Red+Green+Blue) = 48+47+101=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #302F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F65 is #CFD09A. Grayscale: #353535. Windows color (decimal): -13619355 or 6631216. OLE color: 6631216.

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

Color convert

RGB4847101-
CMYK0.520.5300.60
HSL241.11º36.49%29.02%-
HSV(B)241.11º53.47%39.61%-
XYZ4.583.612.77-
YUV53.46154.83124.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=24.49%
G=23.98%
B=51.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48471010.520.5300.60241.1136.4929.02
Hex302F65343503Cf1241d
Octal605714564650743614435
Binary110000101111110010111010011010101111001111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,47,101); }

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

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

 a { background-color: rgb(48,47,101); }

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

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

 span { border-color: rgb(48,47,101); }

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