Html Css Color HEX #365354 Oracle

📋 copy color: '#365354'

red 54 ◦ green 83 ◦ blue 84

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

Shades of Oracle #365354

Tints of Oracle #365354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 24.43%
G = 37.56%
B = 38.01%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365354 (or 0x365354) is known color: Oracle. HEX triplet: 36, 53 and 54. RGB value is (54,83,84). Sum of RGB (Red+Green+Blue) = 54+83+84=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #365354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365354 is #C9ACAB. Grayscale: #4A4A4A. Windows color (decimal): -13216940 or 5526326. OLE color: 5526326.

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

Color convert

RGB 54 83 84 -
CMYK 0.36 0.01 0 0.67
HSL 182º 0.22% 0.27% -
HSV(B) 182º 0.36% 0.33% -
XYZ 6.21 7.61 9.53 -
YUV 74.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 54 83 84 0.36 0.01 0 0.67 182 0.22 0.27
Hex 36 53 54 24 1 0 43 B6 16 1B
Octal 66 123 124 44 1 0 103 266 26 33
Binary 110110 1010011 1010100 100100 1 0 1000011 10110110 10110 11011

Color Harmonies of #365354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365354

Black with #365354

Text Example


Text Example

White with #365354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365354; }

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

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

background-color css

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

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

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

border-color css

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

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

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