Html Css Color HEX #346261 Oracle

📋 copy color: '#346261'

red 52 ◦ green 98 ◦ blue 97

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

Shades of Oracle #346261

Tints of Oracle #346261

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 52 98 97 -
CMYK 0.47 0 0.01 0.62
HSL 178.7º 0.31% 0.29% -
HSV(B) 178.7º 0.47% 0.38% -
XYZ 7.94 10.33 12.88 -
YUV 84.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 52 98 97 0.47 0 0.01 0.62 178.7 0.31 0.29
Hex 34 62 61 2F 0 1 3E B3 1F 1D
Octal 64 142 141 57 0 1 76 263 37 35
Binary 110100 1100010 1100001 101111 0 1 111110 10110011 11111 11101

Color Harmonies of #346261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346261

Black with #346261

Text Example


Text Example

White with #346261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346261; }

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

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

background-color css

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

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

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

border-color css

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

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

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