Html Css Color HEX #356062 Oracle

📋 copy color: '#356062'

red 53 ◦ green 96 ◦ blue 98

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

Shades of Oracle #356062

Tints of Oracle #356062

RGB

 RED value IS 53 (21.09% from 255) = 21.46%

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

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

R = 21.46%
G = 38.87%
B = 39.68%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#356062 (or 0x356062) is known color: Oracle. HEX triplet: 35, 60 and 62. RGB value is (53,96,98). Sum of RGB (Red+Green+Blue) = 53+96+98=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 96 (37.89% from 255 or 38.87% 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 #356062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356062 is #CA9F9D. Grayscale: #535353. Windows color (decimal): -13279134 or 6447157. OLE color: 6447157.

HSL color Cylindrical-coordinate representation of color #356062: hue angle of 182.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356062 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 98 -
CMYK 0.46 0.02 0 0.62
HSL 182.67º 0.3% 0.3% -
HSV(B) 182.67º 0.46% 0.38% -
XYZ 7.86 10 13.07 -
YUV 83.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 53 96 98 0.46 0.02 0 0.62 182.67 0.3 0.3
Hex 35 60 62 2E 2 0 3E B7 1E 1E
Octal 65 140 142 56 2 0 76 267 36 36
Binary 110101 1100000 1100010 101110 10 0 111110 10110111 11110 11110

Color Harmonies of #356062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356062

Black with #356062

Text Example


Text Example

White with #356062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356062; }

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

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

background-color css

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

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

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

border-color css

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

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

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