Html Css Color HEX #346063 Oracle

📋 copy color: '#346063'

red 52 ◦ green 96 ◦ blue 99

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

Shades of Oracle #346063

Tints of Oracle #346063

RGB

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

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

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

R = 21.05%
G = 38.87%
B = 40.08%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#346063 (or 0x346063) is known color: Oracle. HEX triplet: 34, 60 and 63. RGB value is (52,96,99). Sum of RGB (Red+Green+Blue) = 52+96+99=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #346063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346063 is #CB9F9C. Grayscale: #535353. Windows color (decimal): -13344669 or 6512692. OLE color: 6512692.

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

Color convert

RGB 52 96 99 -
CMYK 0.47 0.03 0 0.61
HSL 183.83º 0.31% 0.3% -
HSV(B) 183.83º 0.47% 0.39% -
XYZ 7.85 10 13.32 -
YUV 83.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 52 96 99 0.47 0.03 0 0.61 183.83 0.31 0.3
Hex 34 60 63 2F 3 0 3D B8 1F 1E
Octal 64 140 143 57 3 0 75 270 37 36
Binary 110100 1100000 1100011 101111 11 0 111101 10111000 11111 11110

Color Harmonies of #346063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346063

Black with #346063

Text Example


Text Example

White with #346063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346063; }

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

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

background-color css

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

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

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

border-color css

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

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

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