Html Css Color HEX #365D61 Oracle

📋 copy color: '#365D61'

red 54 ◦ green 93 ◦ blue 97

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

Shades of Oracle #365D61

Tints of Oracle #365D61

RGB

 RED value IS 54 (21.48% from 255) = 22.13%

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 22.13%
G = 38.11%
B = 39.75%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365D61 (or 0x365D61) is known color: Oracle. HEX triplet: 36, 5D and 61. RGB value is (54,93,97). Sum of RGB (Red+Green+Blue) = 54+93+97=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 93 (36.72% from 255 or 38.11% 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 #365D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D61 is #C9A29E. Grayscale: #515151. Windows color (decimal): -13214367 or 6380854. OLE color: 6380854.

HSL color Cylindrical-coordinate representation of color #365D61: hue angle of 185.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365D61 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 93 97 -
CMYK 0.44 0.04 0 0.62
HSL 185.58º 0.28% 0.3% -
HSV(B) 185.58º 0.44% 0.38% -
XYZ 7.59 9.48 12.74 -
YUV 81.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 54 93 97 0.44 0.04 0 0.62 185.58 0.28 0.3
Hex 36 5D 61 2C 4 0 3E BA 1C 1E
Octal 66 135 141 54 4 0 76 272 34 36
Binary 110110 1011101 1100001 101100 100 0 111110 10111010 11100 11110

Color Harmonies of #365D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D61

Black with #365D61

Text Example


Text Example

White with #365D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365D61; }

 p { color: rgb(54,93,97); }

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

background-color css

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

 a { background-color: rgb(54,93,97); }

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

border-color css

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

 span { border-color: rgb(54,93,97); }

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