Html Css Color HEX #303072 Deep Koamaru

📋 copy color: '#303072'

red 48 ◦ green 48 ◦ blue 114

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

Shades of Deep Koamaru #303072

Tints of Deep Koamaru #303072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 22.86%
G = 22.86%
B = 54.29%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#303072 (or 0x303072) is known color: Deep Koamaru. HEX triplet: 30, 30 and 72. RGB value is (48,48,114). Sum of RGB (Red+Green+Blue) = 48+48+114=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #303072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303072 is #CFCF8D. Grayscale: #373737. Windows color (decimal): -13619086 or 7483440. OLE color: 7483440.

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

Color convert

RGB 48 48 114 -
CMYK 0.58 0.58 0 0.55
HSL 240º 0.41% 0.32% -
HSV(B) 240º 0.58% 0.45% -
XYZ 5.31 3.96 16.4 -
YUV 55.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 48 48 114 0.58 0.58 0 0.55 240 0.41 0.32
Hex 30 30 72 3A 3A 0 37 F0 29 20
Octal 60 60 162 72 72 0 67 360 51 40
Binary 110000 110000 1110010 111010 111010 0 110111 11110000 101001 100000

Color Harmonies of #303072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303072

Black with #303072

Text Example


Text Example

White with #303072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303072; }

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

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

background-color css

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

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

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

border-color css

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

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

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