Html Css Color HEX #303271 Deep Koamaru

📋 copy color: '#303271'

red 48 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #303271

Tints of Deep Koamaru #303271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 22.75%
G = 23.7%
B = 53.55%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303271 (or 0x303271) is known color: Deep Koamaru. HEX triplet: 30, 32 and 71. RGB value is (48,50,113). Sum of RGB (Red+Green+Blue) = 48+50+113=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #303271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303271 is #CFCD8E. Grayscale: #383838. Windows color (decimal): -13618575 or 7418416. OLE color: 7418416.

HSL color Cylindrical-coordinate representation of color #303271: hue angle of 238.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303271 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 50 113 -
CMYK 0.58 0.56 0 0.56
HSL 238.15º 0.4% 0.32% -
HSV(B) 238.15º 0.58% 0.44% -
XYZ 5.34 4.1 16.13 -
YUV 56.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 48 50 113 0.58 0.56 0 0.56 238.15 0.4 0.32
Hex 30 32 71 3A 38 0 38 EE 28 20
Octal 60 62 161 72 70 0 70 356 50 40
Binary 110000 110010 1110001 111010 111000 0 111000 11101110 101000 100000

Color Harmonies of #303271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303271

Black with #303271

Text Example


Text Example

White with #303271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303271; }

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

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

background-color css

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

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

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

border-color css

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

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

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