#305358

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

Shades of Oracle #305358

Tints of Oracle #305358

Color information

#305358 (or 0x305358) is unknown color: approx Oracle. HEX triplet: 30, 53 and 58. RGB value is (48,83,88). Sum of RGB (Red+Green+Blue) = 48+83+88=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #305358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305358 is #CFACA7. Grayscale: #494949. Windows color (decimal): -13610152 or 5788464. OLE color: 5788464.

HSL color Cylindrical-coordinate representation of color #305358: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305358 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB488388-
CMYK0.450.0600.65
HSL187.5º29.41%26.67%-
HSV(B)187.5º45.45%34.51%-
XYZ6.077.5210.36-
YUV73.1136.4110.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=21.92%
G=37.90%
B=40.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4883880.450.0600.65187.529.4126.67
Hex3053582D6041bc1d1b
Octal6012313055601012743533
Binary1100001010011101100010110111001000001101111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305358; }

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

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

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

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

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

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

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

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