Html Css Color HEX #385456 Oracle

📋 copy color: '#385456'

red 56 ◦ green 84 ◦ blue 86

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

Shades of Oracle #385456

Tints of Oracle #385456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 24.78%
G = 37.17%
B = 38.05%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#385456 (or 0x385456) is known color: Oracle. HEX triplet: 38, 54 and 56. RGB value is (56,84,86). Sum of RGB (Red+Green+Blue) = 56+84+86=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #385456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385456 is #C7ABA9. Grayscale: #4B4B4B. Windows color (decimal): -13085610 or 5657656. OLE color: 5657656.

HSL color Cylindrical-coordinate representation of color #385456: hue angle of 184º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385456 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 84 86 -
CMYK 0.35 0.02 0 0.66
HSL 184º 0.21% 0.28% -
HSV(B) 184º 0.35% 0.34% -
XYZ 6.48 7.85 9.98 -
YUV 75.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 56 84 86 0.35 0.02 0 0.66 184 0.21 0.28
Hex 38 54 56 23 2 0 42 B8 15 1C
Octal 70 124 126 43 2 0 102 270 25 34
Binary 111000 1010100 1010110 100011 10 0 1000010 10111000 10101 11100

Color Harmonies of #385456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385456

Black with #385456

Text Example


Text Example

White with #385456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385456; }

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

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

background-color css

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

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

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

border-color css

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

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

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