Html Css Color HEX #305F63 Oracle

📋 copy color: '#305F63'

red 48 ◦ green 95 ◦ blue 99

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

Shades of Oracle #305F63

Tints of Oracle #305F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 19.83%
G = 39.26%
B = 40.91%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305F63 (or 0x305F63) is known color: Oracle. HEX triplet: 30, 5F and 63. RGB value is (48,95,99). Sum of RGB (Red+Green+Blue) = 48+95+99=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #305F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F63 is #CFA09C. Grayscale: #515151. Windows color (decimal): -13607069 or 6512432. OLE color: 6512432.

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

Color convert

RGB 48 95 99 -
CMYK 0.52 0.04 0 0.61
HSL 184.71º 0.35% 0.29% -
HSV(B) 184.71º 0.52% 0.39% -
XYZ 7.56 9.71 13.28 -
YUV 81.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 48 95 99 0.52 0.04 0 0.61 184.71 0.35 0.29
Hex 30 5F 63 34 4 0 3D B9 23 1D
Octal 60 137 143 64 4 0 75 271 43 35
Binary 110000 1011111 1100011 110100 100 0 111101 10111001 100011 11101

Color Harmonies of #305F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F63

Black with #305F63

Text Example


Text Example

White with #305F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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