Html Css Color HEX #365254 Oracle

📋 copy color: '#365254'

red 54 ◦ green 82 ◦ blue 84

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

Shades of Oracle #365254

Tints of Oracle #365254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 24.55%
G = 37.27%
B = 38.18%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365254 (or 0x365254) is known color: Oracle. HEX triplet: 36, 52 and 54. RGB value is (54,82,84). Sum of RGB (Red+Green+Blue) = 54+82+84=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #365254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365254 is #C9ADAB. Grayscale: #494949. Windows color (decimal): -13217196 or 5526070. OLE color: 5526070.

HSL color Cylindrical-coordinate representation of color #365254: hue angle of 184º 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 #365254 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 82 84 -
CMYK 0.36 0.02 0 0.67
HSL 184º 0.22% 0.27% -
HSV(B) 184º 0.36% 0.33% -
XYZ 6.14 7.46 9.5 -
YUV 73.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 54 82 84 0.36 0.02 0 0.67 184 0.22 0.27
Hex 36 52 54 24 2 0 43 B8 16 1B
Octal 66 122 124 44 2 0 103 270 26 33
Binary 110110 1010010 1010100 100100 10 0 1000011 10111000 10110 11011

Color Harmonies of #365254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365254

Black with #365254

Text Example


Text Example

White with #365254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365254; }

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

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

background-color css

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

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

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

border-color css

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

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

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