#306361

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

Shades of Oracle #306361

Tints of Oracle #306361

Color information

#306361 (or 0x306361) is unknown color: approx Oracle. HEX triplet: 30, 63 and 61. RGB value is (48,99,97). Sum of RGB (Red+Green+Blue) = 48+99+97=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #306361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306361 is #CF9C9E. Grayscale: #535353. Windows color (decimal): -13606047 or 6382384. OLE color: 6382384.

HSL color Cylindrical-coordinate representation of color #306361: hue angle of 177.65º 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 #306361 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB489997-
CMYK0.5200.020.61
HSL177.65º34.69%28.82%-
HSV(B)177.65º51.52%38.82%-
XYZ7.8410.4212.91-
YUV83.52135.6102.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=19.67%
G=40.57%
B=39.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899970.5200.020.61177.6534.6928.82
Hex30636134023Db2231d
Octal601431416402752624335
Binary110000110001111000011101000101111011011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306361; }

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

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

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

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

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

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

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

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