Html Css Color HEX #303263 Deep Koamaru

📋 copy color: '#303263'

red 48 ◦ green 50 ◦ blue 99

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

Shades of Deep Koamaru #303263

Tints of Deep Koamaru #303263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 24.37%
G = 25.38%
B = 50.25%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#303263 (or 0x303263) is known color: Deep Koamaru. HEX triplet: 30, 32 and 63. RGB value is (48,50,99). Sum of RGB (Red+Green+Blue) = 48+50+99=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #303263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303263 is #CFCD9C. Grayscale: #363636. Windows color (decimal): -13618589 or 6500912. OLE color: 6500912.

HSL color Cylindrical-coordinate representation of color #303263: hue angle of 237.65º 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 #303263 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 50 99 -
CMYK 0.52 0.49 0 0.61
HSL 237.65º 0.35% 0.29% -
HSV(B) 237.65º 0.52% 0.39% -
XYZ 4.61 3.81 12.3 -
YUV 54.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 48 50 99 0.52 0.49 0 0.61 237.65 0.35 0.29
Hex 30 32 63 34 31 0 3D EE 23 1D
Octal 60 62 143 64 61 0 75 356 43 35
Binary 110000 110010 1100011 110100 110001 0 111101 11101110 100011 11101

Color Harmonies of #303263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303263

Black with #303263

Text Example


Text Example

White with #303263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303263; }

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

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

background-color css

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

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

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

border-color css

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

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

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