Html Css Color HEX #346062 Oracle

📋 copy color: '#346062'

red 52 ◦ green 96 ◦ blue 98

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

Shades of Oracle #346062

Tints of Oracle #346062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 21.14%
G = 39.02%
B = 39.84%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#346062 (or 0x346062) is known color: Oracle. HEX triplet: 34, 60 and 62. RGB value is (52,96,98). Sum of RGB (Red+Green+Blue) = 52+96+98=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #346062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346062 is #CB9F9D. Grayscale: #535353. Windows color (decimal): -13344670 or 6447156. OLE color: 6447156.

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

Color convert

RGB 52 96 98 -
CMYK 0.47 0.02 0 0.62
HSL 182.61º 0.31% 0.29% -
HSV(B) 182.61º 0.47% 0.38% -
XYZ 7.8 9.98 13.07 -
YUV 83.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 52 96 98 0.47 0.02 0 0.62 182.61 0.31 0.29
Hex 34 60 62 2F 2 0 3E B7 1F 1D
Octal 64 140 142 57 2 0 76 267 37 35
Binary 110100 1100000 1100010 101111 10 0 111110 10110111 11111 11101

Color Harmonies of #346062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346062

Black with #346062

Text Example


Text Example

White with #346062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346062; }

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

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

background-color css

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

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

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

border-color css

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

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

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