Html Css Color HEX #302C77 Deep Koamaru

📋 copy color: '#302C77'

red 48 ◦ green 44 ◦ blue 119

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

Shades of Deep Koamaru #302C77

Tints of Deep Koamaru #302C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 22.75%
G = 20.85%
B = 56.4%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302C77 (or 0x302C77) is known color: Deep Koamaru. HEX triplet: 30, 2C and 77. RGB value is (48,44,119). Sum of RGB (Red+Green+Blue) = 48+44+119=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #302C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C77 is #CFD388. Grayscale: #353535. Windows color (decimal): -13620105 or 7810096. OLE color: 7810096.

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

Color convert

RGB 48 44 119 -
CMYK 0.60 0.63 0 0.53
HSL 243.2º 0.46% 0.32% -
HSV(B) 243.2º 0.63% 0.47% -
XYZ 5.45 3.76 17.89 -
YUV 53.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 48 44 119 0.60 0.63 0 0.53 243.2 0.46 0.32
Hex 30 2C 77 3C 3F 0 35 F3 2E 20
Octal 60 54 167 74 77 0 65 363 56 40
Binary 110000 101100 1110111 111100 111111 0 110101 11110011 101110 100000

Color Harmonies of #302C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C77

Black with #302C77

Text Example


Text Example

White with #302C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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