Html Css Color HEX #30287C Deep Koamaru

📋 copy color: '#30287C'

red 48 ◦ green 40 ◦ blue 124

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

Shades of Deep Koamaru #30287C

Tints of Deep Koamaru #30287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 22.64%
G = 18.87%
B = 58.49%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30287C (or 0x30287C) is known color: Deep Koamaru. HEX triplet: 30, 28 and 7C. RGB value is (48,40,124). Sum of RGB (Red+Green+Blue) = 48+40+124=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #30287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30287C is #CFD783. Grayscale: #333333. Windows color (decimal): -13621124 or 8136752. OLE color: 8136752.

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

Color convert

RGB 48 40 124 -
CMYK 0.61 0.68 0 0.51
HSL 245.71º 0.51% 0.32% -
HSV(B) 245.71º 0.68% 0.49% -
XYZ 5.62 3.6 19.47 -
YUV 51.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 48 40 124 0.61 0.68 0 0.51 245.71 0.51 0.32
Hex 30 28 7C 3D 44 0 33 F6 33 20
Octal 60 50 174 75 104 0 63 366 63 40
Binary 110000 101000 1111100 111101 1000100 0 110011 11110110 110011 100000

Color Harmonies of #30287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30287C

Black with #30287C

Text Example


Text Example

White with #30287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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