Html Css Color HEX #346362 Oracle

📋 copy color: '#346362'

red 52 ◦ green 99 ◦ blue 98

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

Shades of Oracle #346362

Tints of Oracle #346362

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 52 99 98 -
CMYK 0.47 0 0.01 0.61
HSL 178.72º 0.31% 0.3% -
HSV(B) 178.72º 0.47% 0.39% -
XYZ 8.08 10.54 13.16 -
YUV 84.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 52 99 98 0.47 0 0.01 0.61 178.72 0.31 0.3
Hex 34 63 62 2F 0 1 3D B3 1F 1E
Octal 64 143 142 57 0 1 75 263 37 36
Binary 110100 1100011 1100010 101111 0 1 111101 10110011 11111 11110

Color Harmonies of #346362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346362

Black with #346362

Text Example


Text Example

White with #346362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346362; }

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

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

background-color css

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

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

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

border-color css

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

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

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