Html Css Color HEX #355356 Oracle

📋 copy color: '#355356'

red 53 ◦ green 83 ◦ blue 86

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

Shades of Oracle #355356

Tints of Oracle #355356

RGB

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

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

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

R = 23.87%
G = 37.39%
B = 38.74%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#355356 (or 0x355356) is known color: Oracle. HEX triplet: 35, 53 and 56. RGB value is (53,83,86). Sum of RGB (Red+Green+Blue) = 53+83+86=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #355356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355356 is #CAACA9. Grayscale: #4A4A4A. Windows color (decimal): -13282474 or 5657397. OLE color: 5657397.

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

Color convert

RGB 53 83 86 -
CMYK 0.38 0.03 0 0.66
HSL 185.45º 0.24% 0.27% -
HSV(B) 185.45º 0.38% 0.34% -
XYZ 6.24 7.62 9.95 -
YUV 74.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 53 83 86 0.38 0.03 0 0.66 185.45 0.24 0.27
Hex 35 53 56 26 3 0 42 B9 18 1B
Octal 65 123 126 46 3 0 102 271 30 33
Binary 110101 1010011 1010110 100110 11 0 1000010 10111001 11000 11011

Color Harmonies of #355356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355356

Black with #355356

Text Example


Text Example

White with #355356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355356; }

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

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

background-color css

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

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

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

border-color css

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

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

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