Html Css Color HEX #2E6463 Oracle

📋 copy color: '#2E6463'

red 46 ◦ green 100 ◦ blue 99

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

Shades of Oracle #2E6463

Tints of Oracle #2E6463

RGB

 RED value IS 46 (18.36% from 255) = 18.78%

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 18.78%
G = 40.82%
B = 40.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#2E6463 (or 0x2E6463) is known color: Oracle. HEX triplet: 2E, 64 and 63. RGB value is (46,100,99). Sum of RGB (Red+Green+Blue) = 46+100+99=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6463 is #D19B9C. Grayscale: #535353. Windows color (decimal): -13736861 or 6513710. OLE color: 6513710.

HSL color Cylindrical-coordinate representation of color #2E6463: hue angle of 178.89º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6463 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 100 99 -
CMYK 0.54 0 0.01 0.61
HSL 178.89º 0.37% 0.29% -
HSV(B) 178.89º 0.54% 0.39% -
XYZ 7.94 10.6 13.43 -
YUV 83.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 46 100 99 0.54 0 0.01 0.61 178.89 0.37 0.29
Hex 2E 64 63 36 0 1 3D B3 25 1D
Octal 56 144 143 66 0 1 75 263 45 35
Binary 101110 1100100 1100011 110110 0 1 111101 10110011 100101 11101

Color Harmonies of #2E6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6463

Black with #2E6463

Text Example


Text Example

White with #2E6463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E6463; }

 p { color: rgb(46,100,99); }

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

background-color css

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

 a { background-color: rgb(46,100,99); }

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

border-color css

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

 span { border-color: rgb(46,100,99); }

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