Html Css Color HEX #346162 Oracle

📋 copy color: '#346162'

red 52 ◦ green 97 ◦ blue 98

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

Shades of Oracle #346162

Tints of Oracle #346162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

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

R = 21.05%
G = 39.27%
B = 39.68%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#346162 (or 0x346162) is known color: Oracle. HEX triplet: 34, 61 and 62. RGB value is (52,97,98). Sum of RGB (Red+Green+Blue) = 52+97+98=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #346162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346162 is #CB9E9D. Grayscale: #535353. Windows color (decimal): -13344414 or 6447412. OLE color: 6447412.

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

Color convert

RGB 52 97 98 -
CMYK 0.47 0.01 0 0.62
HSL 181.3º 0.31% 0.29% -
HSV(B) 181.3º 0.47% 0.38% -
XYZ 7.9 10.16 13.1 -
YUV 83.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 52 97 98 0.47 0.01 0 0.62 181.3 0.31 0.29
Hex 34 61 62 2F 1 0 3E B5 1F 1D
Octal 64 141 142 57 1 0 76 265 37 35
Binary 110100 1100001 1100010 101111 1 0 111110 10110101 11111 11101

Color Harmonies of #346162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346162

Black with #346162

Text Example


Text Example

White with #346162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346162; }

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

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

background-color css

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

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

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

border-color css

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

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

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