#355B5D

Color #355B5D Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #355B5D

Tints of Oracle #355B5D

Color information

#355B5D (or 0x355B5D) is unknown color: approx Oracle. HEX triplet: 35, 5B and 5D. RGB value is (53,91,93). Sum of RGB (Red+Green+Blue) = 53+91+93=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #355B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B5D is #CAA4A2. Grayscale: #4F4F4F. Windows color (decimal): -13280419 or 6118197. OLE color: 6118197.

HSL color Cylindrical-coordinate representation of color #355B5D: hue angle of 183º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355B5D is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB539193-
CMYK0.430.0200.64
HSL183º27.4%28.63%-
HSV(B)183º43.01%36.47%-
XYZ7.199.0311.72-
YUV79.87135.41108.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=22.36%
G=38.40%
B=39.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5391930.430.0200.6418327.428.63
Hex355B5D2B2040b71b1d
Octal6513313553201002673335
Binary110101101101110111011010111001000000101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B5D; }

 p { color: rgb(53,91,93); }

 H1.HeaderClassName
 {
   color: #355B5D;
 }
 .AnyTagClassName
 {
   color: #355B5D;
 }
</style>
background-color css

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

 a { background-color: rgb(53,91,93); }

 div.DivClassName
 {
   background-color: #355B5D;
 }
 .BgClassName
 {
   background-color: #355B5D;
 }
</style>
border-color css

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

 span { border-color: rgb(53,91,93); }

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