#305D63

Color #305D63 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #305D63

Tints of Oracle #305D63

Color information

#305D63 (or 0x305D63) is unknown color: approx Oracle. HEX triplet: 30, 5D and 63. RGB value is (48,93,99). Sum of RGB (Red+Green+Blue) = 48+93+99=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #305D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D63 is #CFA29C. Grayscale: #505050. Windows color (decimal): -13607581 or 6511920. OLE color: 6511920.

HSL color Cylindrical-coordinate representation of color #305D63: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305D63 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB489399-
CMYK0.520.0600.61
HSL187.06º34.69%28.82%-
HSV(B)187.06º51.52%38.82%-
XYZ7.399.3613.22-
YUV80.23138.59105.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=20%
G=38.75%
B=41.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4893990.520.0600.61187.0634.6928.82
Hex305D6334603Dbb231d
Octal601351436460752734335
Binary1100001011101110001111010011001111011011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D63; }

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

 H1.HeaderClassName
 {
   color: #305D63;
 }
 .AnyTagClassName
 {
   color: #305D63;
 }
</style>
background-color css

<style>
 a { background-color: #305D63; }

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

 div.DivClassName
 {
   background-color: #305D63;
 }
 .BgClassName
 {
   background-color: #305D63;
 }
</style>
border-color css

<style>
 span { border-color: #305D63; }

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

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