Html Css Color HEX #30366A Deep Koamaru

📋 copy color: '#30366A'

red 48 ◦ green 54 ◦ blue 106

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

Shades of Deep Koamaru #30366A

Tints of Deep Koamaru #30366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 106 (41.8% from 255) = 50.96%

R = 23.08%
G = 25.96%
B = 50.96%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30366A (or 0x30366A) is known color: Deep Koamaru. HEX triplet: 30, 36 and 6A. RGB value is (48,54,106). Sum of RGB (Red+Green+Blue) = 48+54+106=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #30366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30366A is #CFC995. Grayscale: #393939. Windows color (decimal): -13617558 or 6960688. OLE color: 6960688.

HSL color Cylindrical-coordinate representation of color #30366A: hue angle of 233.79º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30366A is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 54 106 -
CMYK 0.55 0.49 0 0.58
HSL 233.79º 0.38% 0.3% -
HSV(B) 233.79º 0.55% 0.42% -
XYZ 5.14 4.31 14.2 -
YUV 58.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 48 54 106 0.55 0.49 0 0.58 233.79 0.38 0.3
Hex 30 36 6A 37 31 0 3A EA 26 1E
Octal 60 66 152 67 61 0 72 352 46 36
Binary 110000 110110 1101010 110111 110001 0 111010 11101010 100110 11110

Color Harmonies of #30366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30366A

Black with #30366A

Text Example


Text Example

White with #30366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30366A; }

 p { color: rgb(48,54,106); }

 H1.HeaderClassName
 {
   color: #30366A;
 }
 .AnyTagClassName
 {
   color: #30366A;
 }
</style>

background-color css

<style>
 a { background-color: #30366A; }

 a { background-color: rgb(48,54,106); }

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

border-color css

<style>
 span { border-color: #30366A; }

 span { border-color: rgb(48,54,106); }

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