Html Css Color HEX #335A5F Oracle

📋 copy color: '#335A5F'

red 51 ◦ green 90 ◦ blue 95

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

Shades of Oracle #335A5F

Tints of Oracle #335A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 21.61%
G = 38.14%
B = 40.25%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#335A5F (or 0x335A5F) is known color: Oracle. HEX triplet: 33, 5A and 5F. RGB value is (51,90,95). Sum of RGB (Red+Green+Blue) = 51+90+95=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #335A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A5F is #CCA5A0. Grayscale: #4E4E4E. Windows color (decimal): -13411745 or 6249011. OLE color: 6249011.

HSL color Cylindrical-coordinate representation of color #335A5F: hue angle of 186.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335A5F is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 90 95 -
CMYK 0.46 0.05 0 0.63
HSL 186.82º 0.3% 0.29% -
HSV(B) 186.82º 0.46% 0.37% -
XYZ 7.09 8.84 12.16 -
YUV 78.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 51 90 95 0.46 0.05 0 0.63 186.82 0.3 0.29
Hex 33 5A 5F 2E 5 0 3F BB 1E 1D
Octal 63 132 137 56 5 0 77 273 36 35
Binary 110011 1011010 1011111 101110 101 0 111111 10111011 11110 11101

Color Harmonies of #335A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A5F

Black with #335A5F

Text Example


Text Example

White with #335A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A5F; }

 p { color: rgb(51,90,95); }

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

background-color css

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

 a { background-color: rgb(51,90,95); }

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

border-color css

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

 span { border-color: rgb(51,90,95); }

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