Html Css Color HEX #335759 Oracle

📋 copy color: '#335759'

red 51 ◦ green 87 ◦ blue 89

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

Shades of Oracle #335759

Tints of Oracle #335759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 22.47%
G = 38.33%
B = 39.21%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#335759 (or 0x335759) is known color: Oracle. HEX triplet: 33, 57 and 59. RGB value is (51,87,89). Sum of RGB (Red+Green+Blue) = 51+87+89=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #335759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335759 is #CCA8A6. Grayscale: #4C4C4C. Windows color (decimal): -13412519 or 5855027. OLE color: 5855027.

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

Color convert

RGB 51 87 89 -
CMYK 0.43 0.02 0 0.65
HSL 183.16º 0.27% 0.27% -
HSV(B) 183.16º 0.43% 0.35% -
XYZ 6.58 8.24 10.7 -
YUV 76.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 51 87 89 0.43 0.02 0 0.65 183.16 0.27 0.27
Hex 33 57 59 2B 2 0 41 B7 1B 1B
Octal 63 127 131 53 2 0 101 267 33 33
Binary 110011 1010111 1011001 101011 10 0 1000001 10110111 11011 11011

Color Harmonies of #335759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335759

Black with #335759

Text Example


Text Example

White with #335759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335759; }

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

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

background-color css

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

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

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

border-color css

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

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

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