Html Css Color HEX #385454 Oracle

📋 copy color: '#385454'

red 56 ◦ green 84 ◦ blue 84

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

Shades of Oracle #385454

Tints of Oracle #385454

RGB

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

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

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

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385454 (or 0x385454) is known color: Oracle. HEX triplet: 38, 54 and 54. RGB value is (56,84,84). Sum of RGB (Red+Green+Blue) = 56+84+84=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #385454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385454 is #C7ABAB. Grayscale: #4B4B4B. Windows color (decimal): -13085612 or 5526584. OLE color: 5526584.

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

Color convert

RGB 56 84 84 -
CMYK 0.33 0 0 0.67
HSL 180º 0.2% 0.27% -
HSV(B) 180º 0.33% 0.33% -
XYZ 6.4 7.82 9.56 -
YUV 75.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 56 84 84 0.33 0 0 0.67 180 0.2 0.27
Hex 38 54 54 21 0 0 43 B4 14 1B
Octal 70 124 124 41 0 0 103 264 24 33
Binary 111000 1010100 1010100 100001 0 0 1000011 10110100 10100 11011

Color Harmonies of #385454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385454

Black with #385454

Text Example


Text Example

White with #385454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385454; }

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

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

background-color css

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

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

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

border-color css

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

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

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