Html Css Color HEX #365D5F Oracle

📋 copy color: '#365D5F'

red 54 ◦ green 93 ◦ blue 95

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

Shades of Oracle #365D5F

Tints of Oracle #365D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 22.31%
G = 38.43%
B = 39.26%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#365D5F (or 0x365D5F) is known color: Oracle. HEX triplet: 36, 5D and 5F. RGB value is (54,93,95). Sum of RGB (Red+Green+Blue) = 54+93+95=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #365D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D5F is #C9A2A0. Grayscale: #515151. Windows color (decimal): -13214369 or 6249782. OLE color: 6249782.

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

Color convert

RGB 54 93 95 -
CMYK 0.43 0.02 0 0.63
HSL 182.93º 0.28% 0.29% -
HSV(B) 182.93º 0.43% 0.37% -
XYZ 7.5 9.44 12.25 -
YUV 81.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 54 93 95 0.43 0.02 0 0.63 182.93 0.28 0.29
Hex 36 5D 5F 2B 2 0 3F B7 1C 1D
Octal 66 135 137 53 2 0 77 267 34 35
Binary 110110 1011101 1011111 101011 10 0 111111 10110111 11100 11101

Color Harmonies of #365D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D5F

Black with #365D5F

Text Example


Text Example

White with #365D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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