Html Css Color HEX #365051 Oracle

📋 copy color: '#365051'

red 54 ◦ green 80 ◦ blue 81

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

Shades of Oracle #365051

Tints of Oracle #365051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 25.12%
G = 37.21%
B = 37.67%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#365051 (or 0x365051) is known color: Oracle. HEX triplet: 36, 50 and 51. RGB value is (54,80,81). Sum of RGB (Red+Green+Blue) = 54+80+81=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #365051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365051 is #C9AFAE. Grayscale: #484848. Windows color (decimal): -13217711 or 5328950. OLE color: 5328950.

HSL color Cylindrical-coordinate representation of color #365051: hue angle of 182.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365051 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 80 81 -
CMYK 0.33 0.01 0 0.68
HSL 182.22º 0.2% 0.26% -
HSV(B) 182.22º 0.33% 0.32% -
XYZ 5.88 7.12 8.85 -
YUV 72.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 54 80 81 0.33 0.01 0 0.68 182.22 0.2 0.26
Hex 36 50 51 21 1 0 44 B6 14 1A
Octal 66 120 121 41 1 0 104 266 24 32
Binary 110110 1010000 1010001 100001 1 0 1000100 10110110 10100 11010

Color Harmonies of #365051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365051

Black with #365051

Text Example


Text Example

White with #365051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365051; }

 p { color: rgb(54,80,81); }

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

background-color css

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

 a { background-color: rgb(54,80,81); }

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

border-color css

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

 span { border-color: rgb(54,80,81); }

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