Html Css Color HEX #302C76 Deep Koamaru

📋 copy color: '#302C76'

red 48 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #302C76

Tints of Deep Koamaru #302C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 22.86%
G = 20.95%
B = 56.19%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#302C76 (or 0x302C76) is known color: Deep Koamaru. HEX triplet: 30, 2C and 76. RGB value is (48,44,118). Sum of RGB (Red+Green+Blue) = 48+44+118=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #302C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C76 is #CFD389. Grayscale: #353535. Windows color (decimal): -13620106 or 7744560. OLE color: 7744560.

HSL color Cylindrical-coordinate representation of color #302C76: hue angle of 243.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302C76 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 44 118 -
CMYK 0.59 0.63 0 0.54
HSL 243.24º 0.46% 0.32% -
HSV(B) 243.24º 0.63% 0.46% -
XYZ 5.39 3.74 17.58 -
YUV 53.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 48 44 118 0.59 0.63 0 0.54 243.24 0.46 0.32
Hex 30 2C 76 3B 3F 0 36 F3 2E 20
Octal 60 54 166 73 77 0 66 363 56 40
Binary 110000 101100 1110110 111011 111111 0 110110 11110011 101110 100000

Color Harmonies of #302C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C76

Black with #302C76

Text Example


Text Example

White with #302C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302C76; }

 p { color: rgb(48,44,118); }

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

background-color css

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

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

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

border-color css

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

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

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