Html Css Color HEX #365054 Oracle

📋 copy color: '#365054'

red 54 ◦ green 80 ◦ blue 84

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

Shades of Oracle #365054

Tints of Oracle #365054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 24.77%
G = 36.7%
B = 38.53%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365054 (or 0x365054) is known color: Oracle. HEX triplet: 36, 50 and 54. RGB value is (54,80,84). Sum of RGB (Red+Green+Blue) = 54+80+84=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #365054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365054 is #C9AFAB. Grayscale: #484848. Windows color (decimal): -13217708 or 5525558. OLE color: 5525558.

HSL color Cylindrical-coordinate representation of color #365054: hue angle of 188º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365054 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 80 84 -
CMYK 0.36 0.05 0 0.67
HSL 188º 0.22% 0.27% -
HSV(B) 188º 0.36% 0.33% -
XYZ 5.99 7.16 9.45 -
YUV 72.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 54 80 84 0.36 0.05 0 0.67 188 0.22 0.27
Hex 36 50 54 24 5 0 43 BC 16 1B
Octal 66 120 124 44 5 0 103 274 26 33
Binary 110110 1010000 1010100 100100 101 0 1000011 10111100 10110 11011

Color Harmonies of #365054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365054

Black with #365054

Text Example


Text Example

White with #365054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365054; }

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

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

background-color css

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

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

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

border-color css

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

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

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