Html Css Color HEX #355355 Oracle

📋 copy color: '#355355'

red 53 ◦ green 83 ◦ blue 85

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

Shades of Oracle #355355

Tints of Oracle #355355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 23.98%
G = 37.56%
B = 38.46%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355355 (or 0x355355) is known color: Oracle. HEX triplet: 35, 53 and 55. RGB value is (53,83,85). Sum of RGB (Red+Green+Blue) = 53+83+85=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #355355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355355 is #CAACAA. Grayscale: #4A4A4A. Windows color (decimal): -13282475 or 5591861. OLE color: 5591861.

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

Color convert

RGB 53 83 85 -
CMYK 0.38 0.02 0 0.67
HSL 183.75º 0.23% 0.27% -
HSV(B) 183.75º 0.38% 0.33% -
XYZ 6.2 7.6 9.73 -
YUV 74.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 53 83 85 0.38 0.02 0 0.67 183.75 0.23 0.27
Hex 35 53 55 26 2 0 43 B8 17 1B
Octal 65 123 125 46 2 0 103 270 27 33
Binary 110101 1010011 1010101 100110 10 0 1000011 10111000 10111 11011

Color Harmonies of #355355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355355

Black with #355355

Text Example


Text Example

White with #355355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355355; }

 p { color: rgb(53,83,85); }

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

background-color css

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

 a { background-color: rgb(53,83,85); }

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

border-color css

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

 span { border-color: rgb(53,83,85); }

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