Html Css Color HEX #302972 Deep Koamaru

📋 copy color: '#302972'

red 48 ◦ green 41 ◦ blue 114

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

Shades of Deep Koamaru #302972

Tints of Deep Koamaru #302972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 23.65%
G = 20.2%
B = 56.16%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302972 (or 0x302972) is known color: Deep Koamaru. HEX triplet: 30, 29 and 72. RGB value is (48,41,114). Sum of RGB (Red+Green+Blue) = 48+41+114=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #302972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302972 is #CFD68D. Grayscale: #333333. Windows color (decimal): -13620878 or 7481648. OLE color: 7481648.

HSL color Cylindrical-coordinate representation of color #302972: hue angle of 245.75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302972 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 41 114 -
CMYK 0.58 0.64 0 0.55
HSL 245.75º 0.47% 0.3% -
HSV(B) 245.75º 0.64% 0.45% -
XYZ 5.05 3.43 16.32 -
YUV 51.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 48 41 114 0.58 0.64 0 0.55 245.75 0.47 0.3
Hex 30 29 72 3A 40 0 37 F6 2F 1E
Octal 60 51 162 72 100 0 67 366 57 36
Binary 110000 101001 1110010 111010 1000000 0 110111 11110110 101111 11110

Color Harmonies of #302972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302972

Black with #302972

Text Example


Text Example

White with #302972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302972; }

 p { color: rgb(48,41,114); }

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

background-color css

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

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

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

border-color css

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

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

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