Html Css Color HEX #302F78 Deep Koamaru

📋 copy color: '#302F78'

red 48 ◦ green 47 ◦ blue 120

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

Shades of Deep Koamaru #302F78

Tints of Deep Koamaru #302F78

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 22.33%
G = 21.86%
B = 55.81%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302F78 (or 0x302F78) is known color: Deep Koamaru. HEX triplet: 30, 2F and 78. RGB value is (48,47,120). Sum of RGB (Red+Green+Blue) = 48+47+120=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #302F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F78 is #CFD087. Grayscale: #373737. Windows color (decimal): -13619336 or 7876400. OLE color: 7876400.

HSL color Cylindrical-coordinate representation of color #302F78: hue angle of 240.82º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302F78 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 47 120 -
CMYK 0.60 0.61 0 0.53
HSL 240.82º 0.44% 0.33% -
HSV(B) 240.82º 0.61% 0.47% -
XYZ 5.63 4.02 18.25 -
YUV 55.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 48 47 120 0.60 0.61 0 0.53 240.82 0.44 0.33
Hex 30 2F 78 3C 3D 0 35 F1 2C 21
Octal 60 57 170 74 75 0 65 361 54 41
Binary 110000 101111 1111000 111100 111101 0 110101 11110001 101100 100001

Color Harmonies of #302F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F78

Black with #302F78

Text Example


Text Example

White with #302F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,120); }

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

background-color css

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

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

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

border-color css

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

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

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