Html Css Color HEX #365E60 Oracle

📋 copy color: '#365E60'

red 54 ◦ green 94 ◦ blue 96

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

Shades of Oracle #365E60

Tints of Oracle #365E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 22.13%
G = 38.52%
B = 39.34%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365E60 (or 0x365E60) is known color: Oracle. HEX triplet: 36, 5E and 60. RGB value is (54,94,96). Sum of RGB (Red+Green+Blue) = 54+94+96=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #365E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E60 is #C9A19F. Grayscale: #525252. Windows color (decimal): -13214112 or 6315574. OLE color: 6315574.

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

Color convert

RGB 54 94 96 -
CMYK 0.44 0.02 0 0.62
HSL 182.86º 0.28% 0.29% -
HSV(B) 182.86º 0.44% 0.38% -
XYZ 7.64 9.63 12.52 -
YUV 82.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 54 94 96 0.44 0.02 0 0.62 182.86 0.28 0.29
Hex 36 5E 60 2C 2 0 3E B7 1C 1D
Octal 66 136 140 54 2 0 76 267 34 35
Binary 110110 1011110 1100000 101100 10 0 111110 10110111 11100 11101

Color Harmonies of #365E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E60

Black with #365E60

Text Example


Text Example

White with #365E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,96); }

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

background-color css

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

 a { background-color: rgb(54,94,96); }

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

border-color css

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

 span { border-color: rgb(54,94,96); }

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