#305655

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

Shades of Oracle #305655

Tints of Oracle #305655

Color information

#305655 (or 0x305655) is unknown color: approx Oracle. HEX triplet: 30, 56 and 55. RGB value is (48,86,85). Sum of RGB (Red+Green+Blue) = 48+86+85=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #305655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305655 is #CFA9AA. Grayscale: #4A4A4A. Windows color (decimal): -13609387 or 5592624. OLE color: 5592624.

HSL color Cylindrical-coordinate representation of color #305655: hue angle of 178.42º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305655 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB488685-
CMYK0.4400.010.66
HSL178.42º28.36%26.27%-
HSV(B)178.42º44.19%33.73%-
XYZ6.197.949.8-
YUV74.52133.91109.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=21.92%
G=39.27%
B=38.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886850.4400.010.66178.4228.3626.27
Hex3056552C0142b21c1a
Octal6012612554011022623432
Binary11000010101101010101101100011000010101100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305655; }

 p { color: rgb(48,86,85); }

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

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

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

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

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

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

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