Html Css Color HEX #346263 Oracle

📋 copy color: '#346263'

red 52 ◦ green 98 ◦ blue 99

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

Shades of Oracle #346263

Tints of Oracle #346263

RGB

 RED value IS 52 (20.7% from 255) = 20.88%

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

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

R = 20.88%
G = 39.36%
B = 39.76%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#346263 (or 0x346263) is known color: Oracle. HEX triplet: 34, 62 and 63. RGB value is (52,98,99). Sum of RGB (Red+Green+Blue) = 52+98+99=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #346263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346263 is #CB9D9C. Grayscale: #545454. Windows color (decimal): -13344157 or 6513204. OLE color: 6513204.

HSL color Cylindrical-coordinate representation of color #346263: hue angle of 181.28º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346263 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 98 99 -
CMYK 0.47 0.01 0 0.61
HSL 181.28º 0.31% 0.3% -
HSV(B) 181.28º 0.47% 0.39% -
XYZ 8.04 10.37 13.38 -
YUV 84.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 52 98 99 0.47 0.01 0 0.61 181.28 0.31 0.3
Hex 34 62 63 2F 1 0 3D B5 1F 1E
Octal 64 142 143 57 1 0 75 265 37 36
Binary 110100 1100010 1100011 101111 1 0 111101 10110101 11111 11110

Color Harmonies of #346263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346263

Black with #346263

Text Example


Text Example

White with #346263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346263; }

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

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

background-color css

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

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

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

border-color css

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

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

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