Html Css Color HEX #306063 Oracle

📋 copy color: '#306063'

red 48 ◦ green 96 ◦ blue 99

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

Shades of Oracle #306063

Tints of Oracle #306063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 19.75%
G = 39.51%
B = 40.74%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#306063 (or 0x306063) is known color: Oracle. HEX triplet: 30, 60 and 63. RGB value is (48,96,99). Sum of RGB (Red+Green+Blue) = 48+96+99=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #306063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306063 is #CF9F9C. Grayscale: #515151. Windows color (decimal): -13606813 or 6512688. OLE color: 6512688.

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

Color convert

RGB 48 96 99 -
CMYK 0.52 0.03 0 0.61
HSL 183.53º 0.35% 0.29% -
HSV(B) 183.53º 0.52% 0.39% -
XYZ 7.65 9.89 13.31 -
YUV 81.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 48 96 99 0.52 0.03 0 0.61 183.53 0.35 0.29
Hex 30 60 63 34 3 0 3D B8 23 1D
Octal 60 140 143 64 3 0 75 270 43 35
Binary 110000 1100000 1100011 110100 11 0 111101 10111000 100011 11101

Color Harmonies of #306063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306063

Black with #306063

Text Example


Text Example

White with #306063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306063; }

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

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

background-color css

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

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

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

border-color css

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

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

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