Html Css Color HEX #303371 Deep Koamaru

📋 copy color: '#303371'

red 48 ◦ green 51 ◦ blue 113

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

Shades of Deep Koamaru #303371

Tints of Deep Koamaru #303371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 22.64%
G = 24.06%
B = 53.3%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303371 (or 0x303371) is known color: Deep Koamaru. HEX triplet: 30, 33 and 71. RGB value is (48,51,113). Sum of RGB (Red+Green+Blue) = 48+51+113=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #303371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303371 is #CFCC8E. Grayscale: #383838. Windows color (decimal): -13618319 or 7418672. OLE color: 7418672.

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

Color convert

RGB 48 51 113 -
CMYK 0.58 0.55 0 0.56
HSL 237.23º 0.4% 0.32% -
HSV(B) 237.23º 0.58% 0.44% -
XYZ 5.38 4.19 16.15 -
YUV 57.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 48 51 113 0.58 0.55 0 0.56 237.23 0.4 0.32
Hex 30 33 71 3A 37 0 38 ED 28 20
Octal 60 63 161 72 67 0 70 355 50 40
Binary 110000 110011 1110001 111010 110111 0 111000 11101101 101000 100000

Color Harmonies of #303371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303371

Black with #303371

Text Example


Text Example

White with #303371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303371; }

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

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

background-color css

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

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

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

border-color css

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

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

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