Html Css Color HEX #306362 Oracle

📋 copy color: '#306362'

red 48 ◦ green 99 ◦ blue 98

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

Shades of Oracle #306362

Tints of Oracle #306362

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 48 99 98 -
CMYK 0.52 0 0.01 0.61
HSL 178.82º 0.35% 0.29% -
HSV(B) 178.82º 0.52% 0.39% -
XYZ 7.89 10.43 13.15 -
YUV 83.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 48 99 98 0.52 0 0.01 0.61 178.82 0.35 0.29
Hex 30 63 62 34 0 1 3D B3 23 1D
Octal 60 143 142 64 0 1 75 263 43 35
Binary 110000 1100011 1100010 110100 0 1 111101 10110011 100011 11101

Color Harmonies of #306362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306362

Black with #306362

Text Example


Text Example

White with #306362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306362; }

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

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

background-color css

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

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

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

border-color css

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

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

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