Html Css Color HEX #30585B Oracle

📋 copy color: '#30585B'

red 48 ◦ green 88 ◦ blue 91

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

Shades of Oracle #30585B

Tints of Oracle #30585B

RGB

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

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

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

R = 21.15%
G = 38.77%
B = 40.09%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30585B (or 0x30585B) is known color: Oracle. HEX triplet: 30, 58 and 5B. RGB value is (48,88,91). Sum of RGB (Red+Green+Blue) = 48+88+91=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #30585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585B is #CFA7A4. Grayscale: #4C4C4C. Windows color (decimal): -13608869 or 5986352. OLE color: 5986352.

HSL color Cylindrical-coordinate representation of color #30585B: hue angle of 184.19º 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 #30585B is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 88 91 -
CMYK 0.47 0.03 0 0.64
HSL 184.19º 0.31% 0.27% -
HSV(B) 184.19º 0.47% 0.36% -
XYZ 6.6 8.36 11.16 -
YUV 76.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 48 88 91 0.47 0.03 0 0.64 184.19 0.31 0.27
Hex 30 58 5B 2F 3 0 40 B8 1F 1B
Octal 60 130 133 57 3 0 100 270 37 33
Binary 110000 1011000 1011011 101111 11 0 1000000 10111000 11111 11011

Color Harmonies of #30585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30585B

Black with #30585B

Text Example


Text Example

White with #30585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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