Html Css Color HEX #30306F Deep Koamaru

📋 copy color: '#30306F'

red 48 ◦ green 48 ◦ blue 111

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

Shades of Deep Koamaru #30306F

Tints of Deep Koamaru #30306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 23.19%
G = 23.19%
B = 53.62%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30306F (or 0x30306F) is known color: Deep Koamaru. HEX triplet: 30, 30 and 6F. RGB value is (48,48,111). Sum of RGB (Red+Green+Blue) = 48+48+111=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #30306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30306F is #CFCF90. Grayscale: #363636. Windows color (decimal): -13619089 or 7286832. OLE color: 7286832.

HSL color Cylindrical-coordinate representation of color #30306F: hue angle of 240º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30306F is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 48 111 -
CMYK 0.57 0.57 0 0.56
HSL 240º 0.4% 0.31% -
HSV(B) 240º 0.57% 0.44% -
XYZ 5.15 3.89 15.52 -
YUV 55.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 48 48 111 0.57 0.57 0 0.56 240 0.4 0.31
Hex 30 30 6F 39 39 0 38 F0 28 1F
Octal 60 60 157 71 71 0 70 360 50 37
Binary 110000 110000 1101111 111001 111001 0 111000 11110000 101000 11111

Color Harmonies of #30306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30306F

Black with #30306F

Text Example


Text Example

White with #30306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30306F; }

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

 H1.HeaderClassName
 {
   color: #30306F;
 }
 .AnyTagClassName
 {
   color: #30306F;
 }
</style>

background-color css

<style>
 a { background-color: #30306F; }

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

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

border-color css

<style>
 span { border-color: #30306F; }

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

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