Html Css Color HEX #302970 Deep Koamaru

📋 copy color: '#302970'

red 48 ◦ green 41 ◦ blue 112

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

Shades of Deep Koamaru #302970

Tints of Deep Koamaru #302970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 23.88%
G = 20.4%
B = 55.72%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302970 (or 0x302970) is known color: Deep Koamaru. HEX triplet: 30, 29 and 70. RGB value is (48,41,112). Sum of RGB (Red+Green+Blue) = 48+41+112=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #302970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302970 is #CFD68F. Grayscale: #323232. Windows color (decimal): -13620880 or 7350576. OLE color: 7350576.

HSL color Cylindrical-coordinate representation of color #302970: hue angle of 245.92º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302970 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 41 112 -
CMYK 0.57 0.63 0 0.56
HSL 245.92º 0.46% 0.3% -
HSV(B) 245.92º 0.63% 0.44% -
XYZ 4.94 3.38 15.72 -
YUV 51.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 48 41 112 0.57 0.63 0 0.56 245.92 0.46 0.3
Hex 30 29 70 39 3F 0 38 F6 2E 1E
Octal 60 51 160 71 77 0 70 366 56 36
Binary 110000 101001 1110000 111001 111111 0 111000 11110110 101110 11110

Color Harmonies of #302970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302970

Black with #302970

Text Example


Text Example

White with #302970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302970; }

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

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

background-color css

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

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

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

border-color css

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

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

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