Html Css Color HEX #30277C Deep Koamaru

📋 copy color: '#30277C'

red 48 ◦ green 39 ◦ blue 124

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

Shades of Deep Koamaru #30277C

Tints of Deep Koamaru #30277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 22.75%
G = 18.48%
B = 58.77%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30277C (or 0x30277C) is known color: Deep Koamaru. HEX triplet: 30, 27 and 7C. RGB value is (48,39,124). Sum of RGB (Red+Green+Blue) = 48+39+124=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #30277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277C is #CFD883. Grayscale: #333333. Windows color (decimal): -13621380 or 8136496. OLE color: 8136496.

HSL color Cylindrical-coordinate representation of color #30277C: hue angle of 246.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30277C is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 39 124 -
CMYK 0.61 0.69 0 0.51
HSL 246.35º 0.52% 0.32% -
HSV(B) 246.35º 0.69% 0.49% -
XYZ 5.58 3.53 19.46 -
YUV 51.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 48 39 124 0.61 0.69 0 0.51 246.35 0.52 0.32
Hex 30 27 7C 3D 45 0 33 F6 34 20
Octal 60 47 174 75 105 0 63 366 64 40
Binary 110000 100111 1111100 111101 1000101 0 110011 11110110 110100 100000

Color Harmonies of #30277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30277C

Black with #30277C

Text Example


Text Example

White with #30277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30277C; }

 p { color: rgb(48,39,124); }

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

background-color css

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

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

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

border-color css

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

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

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