#305556

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

Shades of Oracle #305556

Tints of Oracle #305556

Color information

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

HSL color Cylindrical-coordinate representation of color #305556: hue angle of 181.58º 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 #305556 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB488586-
CMYK0.440.0100.66
HSL181.58º28.36%26.27%-
HSV(B)181.58º44.19%33.73%-
XYZ6.157.89.99-
YUV74.05134.74109.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4885860.440.0100.66181.5828.3626.27
Hex3055562C1042b61c1a
Octal6012512654101022663432
Binary11000010101011010110101100101000010101101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305556; }

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

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

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

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

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

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

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

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