#303262

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

Shades of Deep Koamaru #303262

Tints of Deep Koamaru #303262

Color information

#303262 (or 0x303262) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 62. RGB value is (48,50,98). Sum of RGB (Red+Green+Blue) = 48+50+98=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #303262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303262 is #CFCD9D. Grayscale: #363636. Windows color (decimal): -13618590 or 6435376. OLE color: 6435376.

HSL color Cylindrical-coordinate representation of color #303262: hue angle of 237.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303262 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485098-
CMYK0.510.4900.62
HSL237.6º34.25%28.63%-
HSV(B)237.6º51.02%38.43%-
XYZ4.563.7912.05-
YUV54.87152.34123.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 98 (38.67% from 255) = 50%
R=24.49%
G=25.51%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4850980.510.4900.62237.634.2528.63
Hex303262333103Eee221d
Octal606214263610763564235
Binary110000110010110001011001111000101111101110111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303262; }

 p { color: rgb(48,50,98); }

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

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

 a { background-color: rgb(48,50,98); }

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

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

 span { border-color: rgb(48,50,98); }

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