Html Css Color HEX #355E61 Oracle

📋 copy color: '#355E61'

red 53 ◦ green 94 ◦ blue 97

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

Shades of Oracle #355E61

Tints of Oracle #355E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 21.72%
G = 38.52%
B = 39.75%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355E61 (or 0x355E61) is known color: Oracle. HEX triplet: 35, 5E and 61. RGB value is (53,94,97). Sum of RGB (Red+Green+Blue) = 53+94+97=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #355E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E61 is #CAA19E. Grayscale: #525252. Windows color (decimal): -13279647 or 6381109. OLE color: 6381109.

HSL color Cylindrical-coordinate representation of color #355E61: hue angle of 184.09º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355E61 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 94 97 -
CMYK 0.45 0.03 0 0.62
HSL 184.09º 0.29% 0.29% -
HSV(B) 184.09º 0.45% 0.38% -
XYZ 7.63 9.63 12.77 -
YUV 82.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 53 94 97 0.45 0.03 0 0.62 184.09 0.29 0.29
Hex 35 5E 61 2D 3 0 3E B8 1D 1D
Octal 65 136 141 55 3 0 76 270 35 35
Binary 110101 1011110 1100001 101101 11 0 111110 10111000 11101 11101

Color Harmonies of #355E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E61

Black with #355E61

Text Example


Text Example

White with #355E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E61; }

 p { color: rgb(53,94,97); }

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

background-color css

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

 a { background-color: rgb(53,94,97); }

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

border-color css

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

 span { border-color: rgb(53,94,97); }

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