Html Css Color HEX #30585D Oracle

📋 copy color: '#30585D'

red 48 ◦ green 88 ◦ blue 93

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

Shades of Oracle #30585D

Tints of Oracle #30585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 20.96%
G = 38.43%
B = 40.61%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30585D (or 0x30585D) is known color: Oracle. HEX triplet: 30, 58 and 5D. RGB value is (48,88,93). Sum of RGB (Red+Green+Blue) = 48+88+93=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #30585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585D is #CFA7A2. Grayscale: #4C4C4C. Windows color (decimal): -13608867 or 6117424. OLE color: 6117424.

HSL color Cylindrical-coordinate representation of color #30585D: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30585D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 88 93 -
CMYK 0.48 0.05 0 0.64
HSL 186.67º 0.32% 0.28% -
HSV(B) 186.67º 0.48% 0.36% -
XYZ 6.68 8.4 11.62 -
YUV 76.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 48 88 93 0.48 0.05 0 0.64 186.67 0.32 0.28
Hex 30 58 5D 30 5 0 40 BB 20 1C
Octal 60 130 135 60 5 0 100 273 40 34
Binary 110000 1011000 1011101 110000 101 0 1000000 10111011 100000 11100

Color Harmonies of #30585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30585D

Black with #30585D

Text Example


Text Example

White with #30585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30585D; }

 p { color: rgb(48,88,93); }

 H1.HeaderClassName
 {
   color: #30585D;
 }
 .AnyTagClassName
 {
   color: #30585D;
 }
</style>

background-color css

<style>
 a { background-color: #30585D; }

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

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

border-color css

<style>
 span { border-color: #30585D; }

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

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