Html Css Color HEX #355456 Oracle

📋 copy color: '#355456'

red 53 ◦ green 84 ◦ blue 86

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

Shades of Oracle #355456

Tints of Oracle #355456

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 23.77%
G = 37.67%
B = 38.57%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#355456 (or 0x355456) is known color: Oracle. HEX triplet: 35, 54 and 56. RGB value is (53,84,86). Sum of RGB (Red+Green+Blue) = 53+84+86=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #355456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355456 is #CAABA9. Grayscale: #4A4A4A. Windows color (decimal): -13282218 or 5657653. OLE color: 5657653.

HSL color Cylindrical-coordinate representation of color #355456: hue angle of 183.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355456 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 84 86 -
CMYK 0.38 0.02 0 0.66
HSL 183.64º 0.24% 0.27% -
HSV(B) 183.64º 0.38% 0.34% -
XYZ 6.32 7.77 9.97 -
YUV 74.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 53 84 86 0.38 0.02 0 0.66 183.64 0.24 0.27
Hex 35 54 56 26 2 0 42 B8 18 1B
Octal 65 124 126 46 2 0 102 270 30 33
Binary 110101 1010100 1010110 100110 10 0 1000010 10111000 11000 11011

Color Harmonies of #355456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355456

Black with #355456

Text Example


Text Example

White with #355456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355456; }

 p { color: rgb(53,84,86); }

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

background-color css

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

 a { background-color: rgb(53,84,86); }

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

border-color css

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

 span { border-color: rgb(53,84,86); }

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