Html Css Color HEX #303471 Deep Koamaru

📋 copy color: '#303471'

red 48 ◦ green 52 ◦ blue 113

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

Shades of Deep Koamaru #303471

Tints of Deep Koamaru #303471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 22.54%
G = 24.41%
B = 53.05%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303471 (or 0x303471) is known color: Deep Koamaru. HEX triplet: 30, 34 and 71. RGB value is (48,52,113). Sum of RGB (Red+Green+Blue) = 48+52+113=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #303471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303471 is #CFCB8E. Grayscale: #393939. Windows color (decimal): -13618063 or 7418928. OLE color: 7418928.

HSL color Cylindrical-coordinate representation of color #303471: hue angle of 236.31º 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 #303471 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 52 113 -
CMYK 0.58 0.54 0 0.56
HSL 236.31º 0.4% 0.32% -
HSV(B) 236.31º 0.58% 0.44% -
XYZ 5.43 4.28 16.16 -
YUV 57.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 48 52 113 0.58 0.54 0 0.56 236.31 0.4 0.32
Hex 30 34 71 3A 36 0 38 EC 28 20
Octal 60 64 161 72 66 0 70 354 50 40
Binary 110000 110100 1110001 111010 110110 0 111000 11101100 101000 100000

Color Harmonies of #303471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303471

Black with #303471

Text Example


Text Example

White with #303471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303471; }

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

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

background-color css

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

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

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

border-color css

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

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

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