Html Css Color HEX #30297C Deep Koamaru

📋 copy color: '#30297C'

red 48 ◦ green 41 ◦ blue 124

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

Shades of Deep Koamaru #30297C

Tints of Deep Koamaru #30297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 22.54%
G = 19.25%
B = 58.22%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30297C (or 0x30297C) is known color: Deep Koamaru. HEX triplet: 30, 29 and 7C. RGB value is (48,41,124). Sum of RGB (Red+Green+Blue) = 48+41+124=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #30297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30297C is #CFD683. Grayscale: #343434. Windows color (decimal): -13620868 or 8137008. OLE color: 8137008.

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

Color convert

RGB 48 41 124 -
CMYK 0.61 0.67 0 0.51
HSL 245.06º 0.5% 0.32% -
HSV(B) 245.06º 0.67% 0.49% -
XYZ 5.65 3.67 19.48 -
YUV 52.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 48 41 124 0.61 0.67 0 0.51 245.06 0.5 0.32
Hex 30 29 7C 3D 43 0 33 F5 32 20
Octal 60 51 174 75 103 0 63 365 62 40
Binary 110000 101001 1111100 111101 1000011 0 110011 11110101 110010 100000

Color Harmonies of #30297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30297C

Black with #30297C

Text Example


Text Example

White with #30297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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