Html Css Color HEX #303063 Deep Koamaru

📋 copy color: '#303063'

red 48 ◦ green 48 ◦ blue 99

#303063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #303063

Tints of Deep Koamaru #303063

RGB

 RED value IS 48 (19.14% from 255) = 24.62%

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 24.62%
G = 24.62%
B = 50.77%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#303063 (or 0x303063) is known color: Deep Koamaru. HEX triplet: 30, 30 and 63. RGB value is (48,48,99). Sum of RGB (Red+Green+Blue) = 48+48+99=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #303063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303063 is #CFCF9C. Grayscale: #353535. Windows color (decimal): -13619101 or 6500400. OLE color: 6500400.

HSL color Cylindrical-coordinate representation of color #303063: hue angle of 240º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303063 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 48 99 -
CMYK 0.52 0.52 0 0.61
HSL 240º 0.35% 0.29% -
HSV(B) 240º 0.52% 0.39% -
XYZ 4.53 3.64 12.27 -
YUV 53.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 48 48 99 0.52 0.52 0 0.61 240 0.35 0.29
Hex 30 30 63 34 34 0 3D F0 23 1D
Octal 60 60 143 64 64 0 75 360 43 35
Binary 110000 110000 1100011 110100 110100 0 111101 11110000 100011 11101

Color Harmonies of #303063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303063

Black with #303063

Text Example


Text Example

White with #303063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303063; }

 p { color: rgb(48,48,99); }

 H1.HeaderClassName
 {
   color: #303063;
 }
 .AnyTagClassName
 {
   color: #303063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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