Html Css Color HEX #335355 Oracle

📋 copy color: '#335355'

red 51 ◦ green 83 ◦ blue 85

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

Shades of Oracle #335355

Tints of Oracle #335355

RGB

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

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

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

R = 23.29%
G = 37.9%
B = 38.81%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#335355 (or 0x335355) is known color: Oracle. HEX triplet: 33, 53 and 55. RGB value is (51,83,85). Sum of RGB (Red+Green+Blue) = 51+83+85=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #335355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335355 is #CCACAA. Grayscale: #494949. Windows color (decimal): -13413547 or 5591859. OLE color: 5591859.

HSL color Cylindrical-coordinate representation of color #335355: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335355 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 85 -
CMYK 0.40 0.02 0 0.67
HSL 183.53º 0.25% 0.27% -
HSV(B) 183.53º 0.4% 0.33% -
XYZ 6.1 7.55 9.73 -
YUV 73.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 51 83 85 0.40 0.02 0 0.67 183.53 0.25 0.27
Hex 33 53 55 28 2 0 43 B8 19 1B
Octal 63 123 125 50 2 0 103 270 31 33
Binary 110011 1010011 1010101 101000 10 0 1000011 10111000 11001 11011

Color Harmonies of #335355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335355

Black with #335355

Text Example


Text Example

White with #335355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335355; }

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

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

background-color css

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

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

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

border-color css

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

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

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