Html Css Color HEX #355154 Oracle

📋 copy color: '#355154'

red 53 ◦ green 81 ◦ blue 84

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

Shades of Oracle #355154

Tints of Oracle #355154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 24.31%
G = 37.16%
B = 38.53%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355154 (or 0x355154) is known color: Oracle. HEX triplet: 35, 51 and 54. RGB value is (53,81,84). Sum of RGB (Red+Green+Blue) = 53+81+84=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #355154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355154 is #CAAEAB. Grayscale: #484848. Windows color (decimal): -13282988 or 5525813. OLE color: 5525813.

HSL color Cylindrical-coordinate representation of color #355154: hue angle of 185.81º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355154 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 81 84 -
CMYK 0.37 0.04 0 0.67
HSL 185.81º 0.23% 0.27% -
HSV(B) 185.81º 0.37% 0.33% -
XYZ 6.01 7.28 9.48 -
YUV 72.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 53 81 84 0.37 0.04 0 0.67 185.81 0.23 0.27
Hex 35 51 54 25 4 0 43 BA 17 1B
Octal 65 121 124 45 4 0 103 272 27 33
Binary 110101 1010001 1010100 100101 100 0 1000011 10111010 10111 11011

Color Harmonies of #355154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355154

Black with #355154

Text Example


Text Example

White with #355154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355154; }

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

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

background-color css

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

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

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

border-color css

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

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

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