Html Css Color HEX #335856 Oracle

📋 copy color: '#335856'

red 51 ◦ green 88 ◦ blue 86

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

Shades of Oracle #335856

Tints of Oracle #335856

RGB

 RED value IS 51 (20.31% from 255) = 22.67%

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 22.67%
G = 39.11%
B = 38.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#335856 (or 0x335856) is known color: Oracle. HEX triplet: 33, 58 and 56. RGB value is (51,88,86). Sum of RGB (Red+Green+Blue) = 51+88+86=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #335856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335856 is #CCA7A9. Grayscale: #4C4C4C. Windows color (decimal): -13412266 or 5658675. OLE color: 5658675.

HSL color Cylindrical-coordinate representation of color #335856: hue angle of 176.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335856 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 86 -
CMYK 0.42 0 0.02 0.65
HSL 176.76º 0.27% 0.27% -
HSV(B) 176.76º 0.42% 0.35% -
XYZ 6.53 8.36 10.07 -
YUV 76.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 51 88 86 0.42 0 0.02 0.65 176.76 0.27 0.27
Hex 33 58 56 2A 0 2 41 B1 1B 1B
Octal 63 130 126 52 0 2 101 261 33 33
Binary 110011 1011000 1010110 101010 0 10 1000001 10110001 11011 11011

Color Harmonies of #335856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335856

Black with #335856

Text Example


Text Example

White with #335856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335856; }

 p { color: rgb(51,88,86); }

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

background-color css

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

 a { background-color: rgb(51,88,86); }

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

border-color css

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

 span { border-color: rgb(51,88,86); }

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