Html Css Color HEX #355255 Oracle

📋 copy color: '#355255'

red 53 ◦ green 82 ◦ blue 85

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

Shades of Oracle #355255

Tints of Oracle #355255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 24.09%
G = 37.27%
B = 38.64%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355255 (or 0x355255) is known color: Oracle. HEX triplet: 35, 52 and 55. RGB value is (53,82,85). Sum of RGB (Red+Green+Blue) = 53+82+85=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #355255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355255 is #CAADAA. Grayscale: #494949. Windows color (decimal): -13282731 or 5591605. OLE color: 5591605.

HSL color Cylindrical-coordinate representation of color #355255: hue angle of 185.62º 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 #355255 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 82 85 -
CMYK 0.38 0.04 0 0.67
HSL 185.63º 0.23% 0.27% -
HSV(B) 185.63º 0.38% 0.33% -
XYZ 6.13 7.45 9.71 -
YUV 73.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 53 82 85 0.38 0.04 0 0.67 185.63 0.23 0.27
Hex 35 52 55 26 4 0 43 BA 17 1B
Octal 65 122 125 46 4 0 103 272 27 33
Binary 110101 1010010 1010101 100110 100 0 1000011 10111010 10111 11011

Color Harmonies of #355255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355255

Black with #355255

Text Example


Text Example

White with #355255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355255; }

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

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

background-color css

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

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

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

border-color css

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

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

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