Html Css Color HEX #346365 Oracle

📋 copy color: '#346365'

red 52 ◦ green 99 ◦ blue 101

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

Shades of Oracle #346365

Tints of Oracle #346365

RGB

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

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

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

R = 20.63%
G = 39.29%
B = 40.08%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#346365 (or 0x346365) is known color: Oracle. HEX triplet: 34, 63 and 65. RGB value is (52,99,101). Sum of RGB (Red+Green+Blue) = 52+99+101=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #346365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346365 is #CB9C9A. Grayscale: #555555. Windows color (decimal): -13343899 or 6644532. OLE color: 6644532.

HSL color Cylindrical-coordinate representation of color #346365: hue angle of 182.45º 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 #346365 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 99 101 -
CMYK 0.49 0.02 0 0.60
HSL 182.45º 0.32% 0.3% -
HSV(B) 182.45º 0.49% 0.4% -
XYZ 8.23 10.59 13.92 -
YUV 85.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 52 99 101 0.49 0.02 0 0.60 182.45 0.32 0.3
Hex 34 63 65 31 2 0 3C B6 20 1E
Octal 64 143 145 61 2 0 74 266 40 36
Binary 110100 1100011 1100101 110001 10 0 111100 10110110 100000 11110

Color Harmonies of #346365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346365

Black with #346365

Text Example


Text Example

White with #346365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346365; }

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

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

background-color css

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

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

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

border-color css

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

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

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