Html Css Color HEX #335755 Oracle

📋 copy color: '#335755'

red 51 ◦ green 87 ◦ blue 85

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

Shades of Oracle #335755

Tints of Oracle #335755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

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

R = 22.87%
G = 39.01%
B = 38.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#335755 (or 0x335755) is known color: Oracle. HEX triplet: 33, 57 and 55. RGB value is (51,87,85). Sum of RGB (Red+Green+Blue) = 51+87+85=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #335755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335755 is #CCA8AA. Grayscale: #4B4B4B. Windows color (decimal): -13412523 or 5592883. OLE color: 5592883.

HSL color Cylindrical-coordinate representation of color #335755: hue angle of 176.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335755 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 87 85 -
CMYK 0.41 0 0.02 0.66
HSL 176.67º 0.26% 0.27% -
HSV(B) 176.67º 0.41% 0.34% -
XYZ 6.41 8.18 9.83 -
YUV 76.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 51 87 85 0.41 0 0.02 0.66 176.67 0.26 0.27
Hex 33 57 55 29 0 2 42 B1 1A 1B
Octal 63 127 125 51 0 2 102 261 32 33
Binary 110011 1010111 1010101 101001 0 10 1000010 10110001 11010 11011

Color Harmonies of #335755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335755

Black with #335755

Text Example


Text Example

White with #335755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335755; }

 p { color: rgb(51,87,85); }

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

background-color css

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

 a { background-color: rgb(51,87,85); }

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

border-color css

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

 span { border-color: rgb(51,87,85); }

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