Html Css Color HEX #346465 Oracle

📋 copy color: '#346465'

red 52 ◦ green 100 ◦ blue 101

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

Shades of Oracle #346465

Tints of Oracle #346465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 20.55%
G = 39.53%
B = 39.92%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#346465 (or 0x346465) is known color: Oracle. HEX triplet: 34, 64 and 65. RGB value is (52,100,101). Sum of RGB (Red+Green+Blue) = 52+100+101=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #346465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346465 is #CB9B9A. Grayscale: #555555. Windows color (decimal): -13343643 or 6644788. OLE color: 6644788.

HSL color Cylindrical-coordinate representation of color #346465: hue angle of 181.22º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346465 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 100 101 -
CMYK 0.49 0.01 0 0.60
HSL 181.22º 0.32% 0.3% -
HSV(B) 181.22º 0.49% 0.4% -
XYZ 8.32 10.78 13.95 -
YUV 85.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 52 100 101 0.49 0.01 0 0.60 181.22 0.32 0.3
Hex 34 64 65 31 1 0 3C B5 20 1E
Octal 64 144 145 61 1 0 74 265 40 36
Binary 110100 1100100 1100101 110001 1 0 111100 10110101 100000 11110

Color Harmonies of #346465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346465

Black with #346465

Text Example


Text Example

White with #346465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346465; }

 p { color: rgb(52,100,101); }

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

background-color css

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

 a { background-color: rgb(52,100,101); }

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

border-color css

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

 span { border-color: rgb(52,100,101); }

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