Html Css Color HEX #355453 Oracle

📋 copy color: '#355453'

red 53 ◦ green 84 ◦ blue 83

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

Shades of Oracle #355453

Tints of Oracle #355453

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 24.09%
G = 38.18%
B = 37.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#355453 (or 0x355453) is known color: Oracle. HEX triplet: 35, 54 and 53. RGB value is (53,84,83). Sum of RGB (Red+Green+Blue) = 53+84+83=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #355453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355453 is #CAABAC. Grayscale: #4A4A4A. Windows color (decimal): -13282221 or 5461045. OLE color: 5461045.

HSL color Cylindrical-coordinate representation of color #355453: hue angle of 178.06º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355453 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 83 -
CMYK 0.37 0 0.01 0.67
HSL 178.06º 0.23% 0.27% -
HSV(B) 178.06º 0.37% 0.33% -
XYZ 6.2 7.72 9.35 -
YUV 74.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 53 84 83 0.37 0 0.01 0.67 178.06 0.23 0.27
Hex 35 54 53 25 0 1 43 B2 17 1B
Octal 65 124 123 45 0 1 103 262 27 33
Binary 110101 1010100 1010011 100101 0 1 1000011 10110010 10111 11011

Color Harmonies of #355453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355453

Black with #355453

Text Example


Text Example

White with #355453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355453; }

 p { color: rgb(53,84,83); }

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

background-color css

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

 a { background-color: rgb(53,84,83); }

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

border-color css

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

 span { border-color: rgb(53,84,83); }

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