Html Css Color HEX #305459 Oracle

📋 copy color: '#305459'

red 48 ◦ green 84 ◦ blue 89

#305459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #305459

Tints of Oracle #305459

RGB

 RED value IS 48 (19.14% from 255) = 21.72%

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 21.72%
G = 38.01%
B = 40.27%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305459 (or 0x305459) is known color: Oracle. HEX triplet: 30, 54 and 59. RGB value is (48,84,89). Sum of RGB (Red+Green+Blue) = 48+84+89=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #305459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305459 is #CFABA6. Grayscale: #494949. Windows color (decimal): -13609895 or 5854256. OLE color: 5854256.

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

Color convert

RGB 48 84 89 -
CMYK 0.46 0.06 0 0.65
HSL 187.32º 0.3% 0.27% -
HSV(B) 187.32º 0.46% 0.35% -
XYZ 6.19 7.69 10.61 -
YUV 73.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 48 84 89 0.46 0.06 0 0.65 187.32 0.3 0.27
Hex 30 54 59 2E 6 0 41 BB 1E 1B
Octal 60 124 131 56 6 0 101 273 36 33
Binary 110000 1010100 1011001 101110 110 0 1000001 10111011 11110 11011

Color Harmonies of #305459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305459

Black with #305459

Text Example


Text Example

White with #305459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305459; }

 p { color: rgb(48,84,89); }

 H1.HeaderClassName
 {
   color: #305459;
 }
 .AnyTagClassName
 {
   color: #305459;
 }
</style>

background-color css

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

 a { background-color: rgb(48,84,89); }

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

border-color css

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

 span { border-color: rgb(48,84,89); }

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