Html Css Color HEX #30305B Deep Koamaru

📋 copy color: '#30305B'

red 48 ◦ green 48 ◦ blue 91

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

Shades of Deep Koamaru #30305B

Tints of Deep Koamaru #30305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 25.67%
G = 25.67%
B = 48.66%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30305B (or 0x30305B) is known color: Deep Koamaru. HEX triplet: 30, 30 and 5B. RGB value is (48,48,91). Sum of RGB (Red+Green+Blue) = 48+48+91=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #30305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30305B is #CFCFA4. Grayscale: #343434. Windows color (decimal): -13619109 or 5976112. OLE color: 5976112.

HSL color Cylindrical-coordinate representation of color #30305B: hue angle of 240º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30305B is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 48 91 -
CMYK 0.47 0.47 0 0.64
HSL 240º 0.31% 0.27% -
HSV(B) 240º 0.47% 0.36% -
XYZ 4.16 3.5 10.35 -
YUV 52.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 48 48 91 0.47 0.47 0 0.64 240 0.31 0.27
Hex 30 30 5B 2F 2F 0 40 F0 1F 1B
Octal 60 60 133 57 57 0 100 360 37 33
Binary 110000 110000 1011011 101111 101111 0 1000000 11110000 11111 11011

Color Harmonies of #30305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30305B

Black with #30305B

Text Example


Text Example

White with #30305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30305B; }

 p { color: rgb(48,48,91); }

 H1.HeaderClassName
 {
   color: #30305B;
 }
 .AnyTagClassName
 {
   color: #30305B;
 }
</style>

background-color css

<style>
 a { background-color: #30305B; }

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

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

border-color css

<style>
 span { border-color: #30305B; }

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

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