Html Css Color HEX #395354 Oracle

📋 copy color: '#395354'

red 57 ◦ green 83 ◦ blue 84

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

Shades of Oracle #395354

Tints of Oracle #395354

RGB

 RED value IS 57 (22.66% from 255) = 25.45%

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

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

R = 25.45%
G = 37.05%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395354 (or 0x395354) is known color: Oracle. HEX triplet: 39, 53 and 54. RGB value is (57,83,84). Sum of RGB (Red+Green+Blue) = 57+83+84=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #395354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395354 is #C6ACAB. Grayscale: #4B4B4B. Windows color (decimal): -13020332 or 5526329. OLE color: 5526329.

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

Color convert

RGB 57 83 84 -
CMYK 0.32 0.01 0 0.67
HSL 182.22º 0.19% 0.28% -
HSV(B) 182.22º 0.32% 0.33% -
XYZ 6.38 7.7 9.54 -
YUV 75.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 57 83 84 0.32 0.01 0 0.67 182.22 0.19 0.28
Hex 39 53 54 20 1 0 43 B6 13 1C
Octal 71 123 124 40 1 0 103 266 23 34
Binary 111001 1010011 1010100 100000 1 0 1000011 10110110 10011 11100

Color Harmonies of #395354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395354

Black with #395354

Text Example


Text Example

White with #395354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395354; }

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

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

background-color css

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

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

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

border-color css

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

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

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