Html Css Color HEX #306263 Oracle

📋 copy color: '#306263'

red 48 ◦ green 98 ◦ blue 99

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

Shades of Oracle #306263

Tints of Oracle #306263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 19.59%
G = 40%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#306263 (or 0x306263) is known color: Oracle. HEX triplet: 30, 62 and 63. RGB value is (48,98,99). Sum of RGB (Red+Green+Blue) = 48+98+99=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #306263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306263 is #CF9D9C. Grayscale: #535353. Windows color (decimal): -13606301 or 6513200. OLE color: 6513200.

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

Color convert

RGB 48 98 99 -
CMYK 0.52 0.01 0 0.61
HSL 181.18º 0.35% 0.29% -
HSV(B) 181.18º 0.52% 0.39% -
XYZ 7.84 10.26 13.37 -
YUV 83.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 48 98 99 0.52 0.01 0 0.61 181.18 0.35 0.29
Hex 30 62 63 34 1 0 3D B5 23 1D
Octal 60 142 143 64 1 0 75 265 43 35
Binary 110000 1100010 1100011 110100 1 0 111101 10110101 100011 11101

Color Harmonies of #306263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306263

Black with #306263

Text Example


Text Example

White with #306263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306263; }

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

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

background-color css

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

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

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

border-color css

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

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

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