Html Css Color HEX #335A5D Oracle

📋 copy color: '#335A5D'

red 51 ◦ green 90 ◦ blue 93

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

Shades of Oracle #335A5D

Tints of Oracle #335A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 21.79%
G = 38.46%
B = 39.74%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#335A5D (or 0x335A5D) is known color: Oracle. HEX triplet: 33, 5A and 5D. RGB value is (51,90,93). Sum of RGB (Red+Green+Blue) = 51+90+93=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #335A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A5D is #CCA5A2. Grayscale: #4E4E4E. Windows color (decimal): -13411747 or 6117939. OLE color: 6117939.

HSL color Cylindrical-coordinate representation of color #335A5D: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335A5D is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 90 93 -
CMYK 0.45 0.03 0 0.64
HSL 184.29º 0.29% 0.28% -
HSV(B) 184.29º 0.45% 0.36% -
XYZ 7 8.81 11.69 -
YUV 78.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 51 90 93 0.45 0.03 0 0.64 184.29 0.29 0.28
Hex 33 5A 5D 2D 3 0 40 B8 1D 1C
Octal 63 132 135 55 3 0 100 270 35 34
Binary 110011 1011010 1011101 101101 11 0 1000000 10111000 11101 11100

Color Harmonies of #335A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A5D

Black with #335A5D

Text Example


Text Example

White with #335A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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