Html Css Color HEX #385154 Oracle

📋 copy color: '#385154'

red 56 ◦ green 81 ◦ blue 84

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

Shades of Oracle #385154

Tints of Oracle #385154

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 25.34%
G = 36.65%
B = 38.01%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385154 (or 0x385154) is known color: Oracle. HEX triplet: 38, 51 and 54. RGB value is (56,81,84). Sum of RGB (Red+Green+Blue) = 56+81+84=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 81 (32.03% from 255 or 36.65% 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 #385154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385154 is #C7AEAB. Grayscale: #494949. Windows color (decimal): -13086380 or 5525816. OLE color: 5525816.

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

Color convert

RGB 56 81 84 -
CMYK 0.33 0.04 0 0.67
HSL 186.43º 0.2% 0.27% -
HSV(B) 186.43º 0.33% 0.33% -
XYZ 6.17 7.37 9.48 -
YUV 73.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 56 81 84 0.33 0.04 0 0.67 186.43 0.2 0.27
Hex 38 51 54 21 4 0 43 BA 14 1B
Octal 70 121 124 41 4 0 103 272 24 33
Binary 111000 1010001 1010100 100001 100 0 1000011 10111010 10100 11011

Color Harmonies of #385154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385154

Black with #385154

Text Example


Text Example

White with #385154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385154; }

 p { color: rgb(56,81,84); }

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

background-color css

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

 a { background-color: rgb(56,81,84); }

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

border-color css

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

 span { border-color: rgb(56,81,84); }

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