#305E5C

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

Shades of Oracle #305E5C

Tints of Oracle #305E5C

Color information

#305E5C (or 0x305E5C) is unknown color: approx Oracle. HEX triplet: 30, 5E and 5C. RGB value is (48,94,92). Sum of RGB (Red+Green+Blue) = 48+94+92=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #305E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E5C is #CFA1A3. Grayscale: #4F4F4F. Windows color (decimal): -13607332 or 6053424. OLE color: 6053424.

HSL color Cylindrical-coordinate representation of color #305E5C: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E5C is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB489492-
CMYK0.4900.020.63
HSL177.39º32.39%27.84%-
HSV(B)177.39º48.94%36.86%-
XYZ7.159.4111.56-
YUV80.02134.76105.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=20.51%
G=40.17%
B=39.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4894920.4900.020.63177.3932.3927.84
Hex305E5C31023Fb1201c
Octal601361346102772614034
Binary110000101111010111001100010101111111011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,94,92); }

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

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

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

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

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

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

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